/* KENJI CSS */
/* emebbed fonts CSS */
@font-face {
	font-family: "flaticon";
	src: url("./font/flaticon.eot");
	src: url("./font/flaticon.eot?#iefix") format("embedded-opentype"),
	url("./font/flaticon.woff2") format('woff2'),
	url("./font/flaticon.woff") format("woff"),
	url("./font/flaticon.ttf") format("truetype"),
	url("./font/flaticon.svg#flaticon") format("svg");
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	font-family: "flaticon";
	font-size: 16px;
	font-style: normal;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
body {
	margin: 0;
	font-family: 'Ubuntu',Arial; 
	font-weight: normal; 
	font-style: normal;
    font-size: 14px;
    line-height: 20px;
}

.header-wrapper {
	color: #fff;
}

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header a:hover {
	transition: all 0.5s ease;
}
.main-header .header-top {
    position: relative;
    top:0;
    left:0;
    background: #000000;
    color: #ffffff;
}
.main-header .header-content {
	top:51px;
    width: 100%;
    height: 120px;
    background: rgb(255, 255, 255);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-header .header-content.shrink {
	top:0px;
    height: 100px;
    box-shadow: 0px 2px 18px 0px rgba(230, 230, 230, 0.7);
}
.main-header .header-content.shrink img {
	width: 66%;
}
.header-content.shrink .navbar-light .navbar-brand {
	top:0;
	padding:0;
}
.header-content.shrink .nav-link {
	padding-top: 35px;
	padding-bottom: 35px;
}
.main-header .header-content .lower-outer {
	position: relative;
    padding: 0px 0px 0px 400px;
}
.main-header .header-content .logo {
	position: absolute;
    left: 15px;
    bottom: 0px;
    text-align: center;
    width: 234px;
    max-height: 150px;
    height: 150px;
    vertical-align: middle;
    background: rgb(0, 0, 0);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-header .header-content .logo img {
    display: inline-block;
    max-width: 100%;
    max-height: 150px;
    margin-top: 15px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

a {
	color:floralwhite;
}

.email-info {
	text-align: center;
}

.email-info a {
	text-decoration: none;
	font-size: 15px;
	line-height: 50px;
}

.email-info a i {
	padding-right: 5px;
}

.email-info a:hover {
	color: #dd9933;
}

.header-content .navbar-light {
	position: relative;
    padding: 0;
}
.header-content .navbar-light .navbar-brand {
	position: absolute;
    top: -35px;
}
.header-content .dropdown-menu {
	
    min-width: 220px;
    border: solid rgb(221, 153, 51);
    padding: 0;
    border-width: 3px 1px 2px;
    box-shadow: 0 3px 3px 1px #d5dfe4;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.header-content .dropdown-item {
	padding: 8px 20px!important;
    transition: all .3s linear;
    border-bottom: 1px solid #efefef;
    font-size: 13px;
}
.header-content .dropdown-item:hover, .header-content .dropdown-item:focus {
	background-color: #dd9933;
	color: #fff;
}
.header-content .nav-link {
	transition: all 0.5s ease;
	border-top: 5px solid rgb(255, 255, 255);
	padding: 40px 0;
	
}
.header-content .navbar-light .navbar-nav .nav-link {
	color: rgba(0,0,0,.9);
}
.header-content .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color:rgb(221, 153, 51);
	border-top: 5px solid rgb(221, 153, 51);
}
.header-content .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: rgb(221, 153, 51);
}

.header-content li.nav-item {
	margin-right: 20px;
    font-size: 15px;
    text-transform: uppercase;
}
.header-content li.nav-item:last-child {
	margin-right: 0px;
}
.menu {
	position: relative;
	float: right;
}

.menu ul {
	list-style: none;
}
.menu ul li {
	text-transform: uppercase;
	float: left;
	margin-left: 40px;
}
.menu ul li a {
	position: relative;
    display: block;
    font-size: 14px;
    color: rgb(58, 58, 58);
    line-height: 28px;
    text-transform: uppercase;
    opacity: 1;
    padding: 36px 5px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    text-decoration: none;
    border-top: 5px solid transparent;
}
.menu ul li a:active, .menu ul li a:hover { 
	color: rgb(221, 153, 51);
	border-top: 5px solid rgb(221, 153, 51);
}
.hotline {
	font-weight: bold;
	padding: 12px 0px;
}
.hotline a {
	font-size: 16px;
    background: goldenrod;
    padding: 5px 25px;
    text-decoration: none;
    line-height: 26px;
}
.hotline a:hover {
	background: #fff;
	color: goldenrod;
}
.social {
	height: 20px;
}
.favorite {
	float: left;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.favorite a:hover {
	color: goldenrod;
	text-decoration: none;
}
.favorite a i {
	margin-right: 5px;
}
.social ul {
	list-style: none;
	display: flex;
}
.social ul li {
	float: left;
	display: inline-block;
	cursor: pointer;
	margin-right: 15px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.social ul li a:hover {
	color: goldenrod;
	text-decoration: none;
}

.language {
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.language a {
	text-decoration: none;
}
.language a:hover {
	color: goldenrod;
}
.hidden {
	display: none;
}
.top60 {
	margin-top: 60px;
}
.content-wrapper {
	margin-top: 120px;
}

/* NOTIFY */
.admin-notify {
	width: 100%;
	margin: 20px 0px;
	position: relative;
}
.admin-close {
	position: absolute;
    top: 0;
    right: 1px;
    border: none;
    margin: 0;
    padding: 9px;
    background: 0 0;
    cursor: pointer;
    height: 100%;
    font-size: 16px;
    color: #155724;
}
.notify.notify-notes {
	position: fixed;
    top: 90px;
    right: 20px;
    
    border: 1px solid transparent;
    border-radius: .25rem;
    z-index: 1001;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    width: 25%;
    
}
.notify .remove {
	position: absolute;
    top: -8px;
    right: -6px;
    font-size: 18px;
    background: none;
    border: 0;
    padding: 0;
    border-radius: 0;
}
.notify .remove:focus {
	outline: none;
}
.note-success {
	padding: .75rem 1.25rem;
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
.note-remove {
	padding: .75rem 1.25rem;
}
/* BANNER */
.banner {
	background-color: #000;
    position: relative;
    text-align: center;
    width: 100%;
    /*padding: 15px 0;
    min-height: 320px;*/
}
.banner .imagebg {
	position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.imagebg.bgloaded {
	opacity: 1;
}
.banner .title-banner {
	/*position: absolute;
    bottom: 40%;
    left: 15%;*/
    margin: 100px 0;
    text-align: left;
}
.title-banner h4 {
	font-size: 16px;
	font-weight: 300;
}
.title-banner h4 i {
	font-size: 5px;
}
.column {
	display: none;
}
.show {
  display: block;
}

/*animation element*/

.animation-element {
  opacity: 0;
}

/*animation element sliding left*/

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.loading {
	background: url('../images/loading.gif') no-repeat;
	width: 200px;
	height: 200px;
	font-size: 16px;
	display: block;
}
.item-not-found {
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
}
.block-feature {
	padding: 10px 0 0 20px;
}
.check-box {
	margin: 10px 0 0 20px;
}
.check-box input[type="checkbox"] {
	margin: 0 3px 1px 0;
}
.check-box label {
	display: inline-block;
	cursor: pointer;
}
/* 	
	CSS IN ABOUT PAGE
*/
.borey {
	padding-top: 50px;
}
.borey h2 {
	margin-bottom: 30px;
	color: #fdb53e;
}
.borey p, .borey span {
	text-align: justify;
	font-size: 16px;
	font-weight: 300; 
	font-style: normal;
	line-height: 30px;
}
.borey-item {
	padding:0;
}
.borey-link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
.borey-inner {
    margin: 5px;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.borey-img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.borey .img-bg {
    background-position: center center;
    background-size: cover;
}
.borey-box {
    display: block;
    padding: 35% 0;
    position: relative;
    background: #000;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
    -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
    -ms-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
    -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
    transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
}
.full-ani-width .width-img {
    opacity: 1;
}
.borey .width-img {
    -webkit-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
    -moz-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
    -ms-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
    -o-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
}
.borey .full-ani-width .img-mask {
    -ms-transform: scale(0,1);
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.borey .img-mask {
    z-index: 2;
    -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
    -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
    -ms-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
    -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
    transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
}
.borey-inner:hover .borey-box {
    opacity: 0.3;
}
.borey .dbox-relative {
    background: #ffbb17;
    opacity: 0;
    padding: 20px 30px;
    transition: 0.3s;
    margin: 30px;
    z-index: 1;
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -webkit-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.borey-inner:hover .dbox-relative {
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
}
.borey-dbox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.borey .dbox-relative h3 {
    font-size: 19px;
    margin: 0;
    text-transform: capitalize;
    color: #fff;
}
.borey .dbox-relative h6 {
	color: #fff;
	line-height: 1.2;
	margin-top: 5px;
    font-weight: 300;
	opacity: 0.8;
}
.borey .dbox-relative p {
    color: #fff;
    font-family: quicksand;
    line-height: 1.2;
    font-weight: 600;
    opacity: 0.8;
}
.borey .content-title {
    font-size: 60px;
    margin: 0 0 20px;
    letter-spacing: -1px;
    font-weight: bold;
    font-style: normal;
}
.borey .content-box-title {
    text-align: center;
    max-width: 800px;
    margin: auto;
    margin-bottom: 80px;
}
.borey .content-line {
    height: 1px;
    width: 300px;
    background: #ccc;
    margin: auto;
    margin-bottom: 40px;
    max-width: 100%;
}
.borey .content-box-title p {
	text-align: center;
}
.borey .pagination {
	margin-top: 20px;
	padding-bottom: 80px;
}
#pagination div {
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
}
#pagination .cell_disabled span {
    border-radius: 3px;
    font-size: 11px;
    color: #777777;
    padding: .5rem .75rem;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}
#pagination .cell_active span {
    border-radius: 3px;
    font-size: 11px;
    color: #333;
    padding: .5rem .75rem;
    border: 1px solid #ffa500;
    background-color: #ffbb17;
}
#pagination .cell a {
    border-radius: 3px;
    font-size: 11px;
    color: #333;
    padding: .5rem .75rem;
    text-decoration: none;
    border: 1px solid #d3d3d3;
    background-color: #f8f8f8;
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s;
    -ms-transition: ease .3s;
}

/* 	
	CSS IN BOREY DETAILS PAGE
*/
.borey-details {
	padding-top: 50px;
}
.borey-details h2 {
	margin-bottom: 30px;
	color: #fdb53e;
}
.borey-details p, .borey-details span {
	text-align: justify;
	font-size: 16px;
	font-weight: 300; 
	font-style: normal;
	line-height: 30px;
}
.borey-details .location p, .borey-details .location span {
	font-size: 14px;
}
.borey-details .compare .icon-compare {
	line-height: 45px;
}
.borey-details .com-favor .compare {
	margin-top: 27px;
}
.borey-details .favor span {
	line-height: 45px;
}
.borey-details .favor {
	margin-top: 11px;
}
.borey-details .img-prp-ser {
	width: 100%;
	height: 350px;
}
.borey-details .borey-img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
}
.propertiesInBorey {
	display: block;
    padding: 50px 0px;
}
.propertiesInBorey h5 {
	margin-bottom: 30px;
	text-transform: uppercase;
}
.btn-filter {
	border: 1px solid #dddddd;
    background-color: #ffffff;
    color: #777777;
}
.btn-filter:hover {
	border: 1px solid #ffa500;
    background-color: #ffbb17;
}
.btn-filter:focus {
	border: 1px solid #ffa500;
    background-color: #ffbb17;
    box-shadow: none;
}
.btn-filter.active {
	border: 1px solid #ffa500;
    background-color: #ffbb17;
    color: #fff;
}
.borey-listing .details {
	padding: 15px 0px 15px 0px;
    line-height: 10px;
    border-left: 0.5pt solid #e6e6e6;
    border-right: 0.5pt solid #e6e6e6;
    border-bottom: 0.5pt solid #e6e6e6;
    border-top: none;
}
.borey-listing .details .price {
	display: block;
    text-align: right;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    color: #e1251d;
    line-height: 35px;
}
.developer {
	background-color: #ce1b28;
}
/* 	
	CSS IN ABOUT PAGE
*/
.about {
	padding-top: 50px;
}
.about ul li {
	text-align: justify;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
}
[aria-label^="fa-check-square-o"]:before {
	content: "\f046";
	margin-right: 5px;
	font-family: FontAwesome !important;
}
.about h2 {
	margin-bottom: 30px;
	color: #fdb53e;
}
.about p, .about span {
	text-align: justify;
	font-size: 16px;
	font-weight: 300; 
	font-style: normal;
	line-height: 30px;
}
.about .card {
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.about .card:hover, .about .card:active {
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
}
.about .card .card-body {
	position: relative;
}
.about .card .card-body .ribbon-vertical {
	position: absolute;
	top: -4px;
	left: 10px;
	background: url('../images/ribbon-ver.png') no-repeat;
	width: 41px;
	height: 54px;
}
.about .card .card-title {
	margin-left: 40px;
}
.about .card p,
.about .card span 
{
	text-align: left;
}
.about b {
	font-weight: bold;
}
.about .about-img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
}
.about .abt-services {
	list-style: none;
}
.mg-btm-20 {
	margin-bottom: 20px;	
}
.about .property-services {
	margin-top: 30px;
}
.about .property-services h4 {
	margin-bottom: 30px;
}
.why-block {
	display: block;
	padding: 50px 0px;
}
.about .img-prp-ser {
	height: 227px;
}
.img-prp-ser {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.img-prp-ser img {
  	height: 100%;
  	width: 100%;
  	background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
}
.img-prp-ser:hover {
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
}
.img-prp-ser:hover img, .img-prp-ser:focus img {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/* 	
	CSS IN CONTACT PAGE
*/
.contact {
	padding-top: 50px;
	padding-bottom: 50px;
}
.contact form {
	margin-top: 50px;
}
.contact h2 {
	margin-bottom: 30px;
	color: #fdb53e;
}
.contact .form-control:focus {
	border-color: #fdb53e;
	box-shadow: none;
}
.contact p, .contact span {
	font-size: 16px;
	font-weight: 300; 
	font-style: normal;
	line-height: 30px;
}
.contact textarea {
	line-height: 25px;
}
.contact button[type="submit"] {
	text-transform: uppercase;
	width: 100px;
	float: right;
}
.btn-submit {
	background-color: #fec412;
    border-color: #fec412;
    color: #666666;
}
.btn-submit:hover {
	background-color: #dd9933;
    background-image: none;
    border-color: #d6a41b;
    color: #fff;
    cursor: pointer;
}
.g-recaptcha {
	display: inline-block;
}
ul.contact-list {
	list-style: none;
	margin-top: 20px;
}
.contact-list li {
	margin-bottom: 20px;
    padding-bottom: 0;
}
.contact-list li .fa {
    color: #fdb53e;
    font-size: 24px;
    display: block;
    width: 30px;
    float: left;
}
.contact-list li span {
    margin-left: 40px;
    display: block;
    line-height: 1.4;
}
.contact-list li a {
	color: #fdb53e;
	font-weight: 500;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.contact-list li a:hover {
	color: #dd9933;
	text-decoration: none;
}
.map {
	display: inline-block;
	width: 100%;
	border: 1px solid rgba(0,0,0,.15);
    padding: 5px;
}

/* 	
	CSS IN AREA GUIDE PAGE
*/
.area {
	padding-top: 50px;
	padding-bottom: 50px;
}
.area i {
	margin-right: 10px
}
.area h4 {
	margin-bottom: 30px;
	color: #fdb53e;
}
.area p, .area span {
	font-size: 16px;
	font-weight: 300; 
	font-style: normal;
	line-height: 30px;
	display: inline-block;
    text-align: justify;
}
.area .map {
	margin-bottom: 10px;
}
.area a.nav-link {
	color: #fdb53e;
}
.showProperty {
	margin-bottom: 10px;
}
.content-tab {
	margin-top: 30px;
}
.attract .content-tab i {
	font-size: 50px;
	margin-right: 0;
}
.title-content-tab {
	text-align: center;
	margin-bottom: 30px;
}
.btn-check {
	background-color: #fec412;
    border-color: #fec412;
    color: #666666;
    float: right;
}
.btn-check:hover {
	background-color: #dd9933;
    background-image: none;
    border-color: #d6a41b;
    color: #fff;
    cursor: pointer;
}
.banner-area {
	background-color: #f5f5f5;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    min-height: 150px;	
}
.banner-area .title-banner {
	text-align: left;
    margin: 0;
    padding: 35px 0;
}
.area img {
    cursor: zoom-in;
}
.area .modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
body.modal-open {
    overflow: hidden;
}
.apply-form .btn, .modal-title, #mortgage label, #Result strong, #Result .per_month, #year_term {
    font-family: 'Hanuman', serif;
}
@media(max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}
.area .modal-header {
	border-bottom: 0;
	display: inline-block;
}
.area .modal-header i {
	float: right;
	margin-right: 0;
	cursor: pointer;
	font-size: 16px;
}
.area .modal-body {
	padding:2px;
}
.area .modal-body img {
	cursor: default;
}
.height-170 {
	height: 170px;
	position: relative;
}
.area .figure-caption {
	font-size: 100%;
	text-align: center;
}
.title-gallery {
	color: #868e96;
	display: block;
	margin-top: .5rem;
	text-align: center;
}
.bg-overlay-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
    height: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    cursor: zoom-in;
}
.bg-overlay-video:hover {
	background-color: rgba(0,0,0,0.5);
}
/* SLIDER */

.sliders {
	width: 100%;
}
.slides {
	list-style: none;
}
/*
.carousel-fade .carousel-item {
  display: block;
  position: relative;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.carousel-fade .carousel-item.active {
  opacity: 1;
  
}
*/

.carousel-fade .carousel-item {
 
 	opacity: 0;
 	transition-duration: .6s;
 	transition-property: opacity;
 	transition-timing-function: ease-in-out;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
	
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

.slide-price {
	background-color: #222222;
	z-index: 2;
	text-align: center;
	color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    margin-left: -30px;
    margin-top: -60px;
    float: left;
}
.content-slide {
	position: absolute;
    top: 25%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    color: #222;
    text-align: center;
    background: rgba(255,255,255,.9);
    width: 450px;
    text-align: left;
}
.content-slide h3 {
	font-weight: normal;
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 27px;
    line-height: 35px;
}
.content-slide p {
	color: #666666;
	line-height: 25px;
	font-weight: 300;
	font-style: normal;
}
.sliders .status-slides {
	position: absolute;
    left: -21px;
    top: 23px;
    color: #fff;
    font-size: 13px;
    padding: 2px 9px;
	height: 35px;
	width: 103px;
	text-align: center;
	font-weight: 500;
	font-style: normal;
}
.sliders .status-slides img {
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.sliders .status-slides span {
	position:absolute;
	top: 4px;
    left: 30px;
    font-size: 14px;
}
.more {
	color: #ffffff;
	background-color: #dd9933;
	z-index: 11;
	text-align: center;
    text-decoration: none;
    position: absolute;
    /*
    bottom: -38px;
    left: 0;
    */
    bottom: 0;
    right: 0;
    display: inline-block;
    padding: 10px 13px 8px;
    font-size: 13px;
}
.content-slide a:hover {
	text-decoration: none;
	color: #666666;
}

/* SEARCH */

.search {
	position: relative;
	background: #fff;
	padding: 50px 0px 30px 0px;
	line-height: 25px;
}
.label {
	padding: 0.25rem 1.5rem 0rem;
    font-weight: 500;
}
.search .group-type {
	width: 100%;
}
.search .group-type .prop-type {
	width: 100%;
	border-radius: 0;
	text-align: left;
}
.search .group-type .dropdown-item {
	font-weight: 300;
}
.search .group-type .dropdown-toggle::after {
	display: none;
}
.divider {
	height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
}
.ref-id {
	background-color: #f3f3f3;
	border:none;
	border-radius: 0;
}

.advance-content select {
	border-radius: 0;
	width: 100%;
}
.advance-content select:focus {
    border-color: #fec412;
    outline: 0;
}
.search-class {
  border: none;
  background: #ffffff;
}

.icon-search {
  	border: 1px solid #ced4da;
  	border-top-left-radius: 0;
  	border-bottom-left-radius: 0;
  	border-right: none;
  	padding-right: 0;
  	padding: .5rem .75rem;
  	margin-bottom: 0;
  	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
}

.input-search {
  border: 1px solid #ced4da;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left: none;
}

.input-search:focus {
  border-color: #ced4da;
  box-shadow: none;
}
.search-icon {
	color: #495057;
	background-color: #f3f3f3;
	border: none;
	border-radius: 0;
}
.search-icon i {
	color: #c1c1c1;
}
.search-prop {
	text-align: right;
	font-size: 13px;
	font-weight: 300;
	font-style: normal;
}
.search-prop select {
	border-radius: 0;
	width: 100%;
}
.search-prop select:focus {
	border-color: #fec412;
    outline: 0;
}
.btn-search {
	color: #666666;
    background-color: #fec412;
    border-color: #fec412;
    text-transform: uppercase;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 0;
    width: 100%;
}
.btn-search:active, .btn-search:hover {
	background-color: #dd9933;
    background-image: none;
    border-color: #d6a41b;
    color: #fff;
    cursor: pointer;
}
.advance-search {
	position: relative;
	text-align: center;
	font-weight: 300; 
	font-style: normal;
	margin-bottom: 20px;
}
.advance span {
	font-size: 14px;
	border-bottom: 1px solid #666666;
}
.advance i {
	color: #666666;
	margin-right: 5px;
	vertical-align: middle;
}
.advance i:hover {
	text-decoration: none;
}
.advance {
	color: #666666;
	cursor: pointer;
}
.advance:hover span {
	border-bottom: 1px solid goldenrod;
}
.advance:hover, .advance:hover i {
	color:goldenrod;
}
.advance, .advance i {
	transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}
.m-20 {
	margin-bottom: 20px;
}

.features_block {
	font-size: 14px;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-bottom: 6px;
    border-bottom: 1px solid #d5d9dd;
    text-transform: uppercase;
    font-weight: 300;
}
.features_block .check-list {
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
}
.add_features {
	display: block;
	font-size: 14px;
	margin-top: 25px;
    margin-bottom: 15px;
    padding-bottom: 6px;
    border-bottom: 1px solid #d5d9dd;
    text-transform: uppercase;
    font-weight: 300;
}
.features_block .check-list input[type=checkbox] {
	margin-right: 5px;
}
.features_block .check-list span {
	text-transform: capitalize;
}
.check-list {
	list-style: none;
	padding: 0;
}
.check-list .col-3, .check-list .col-12 {
	margin-bottom: 10px;
}
.check-list .col-3 input[type="checkbox"], .check-list .col-12 input[type="checkbox"] {
	margin-right: 5px;
}
.direction .btn-group {
	width: 100%;
}
.direction button {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.15);	
    color: #495057;
    font-weight: normal;
	font-style: normal;
	width: 100%;
}
.direction button:focus {
	border-color: #fec412;
    outline: 0;
    box-shadow: none;
}
.direction ul {
	width: 100%;
}
.direction ul li a {
	color: #666666;
	text-decoration: none;
}
.direction ul li a:focus {
	outline: 0;
	box-shadow: none;
}
.direction input[type=checkbox] {
	margin-right: 5px;
}

/* WELCOME */

.welcome {
	/* background: #f3f3f3; */
	position: relative;
	/*background: url('../images/welcome-banner.jpg') center center;*/
	width: 100%;
	display: block;
	padding: 120px 0;
}
.welcome h3 {
	font-size: 35px;
	color: #ffd700;
	text-shadow: 0px 0px 7px #777;
	max-width: 400px;
}
.bg-overlay-header-2 {
    position: absolute;
    background-color: rgba(38, 50, 72, 0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.message {
	font-size: 16px;
	border-left: 6px solid #ffd700;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 50px;
	line-height: 25px;
	font-weight: 300;
	font-style: normal;
	text-align: justify;
	color: #fff;
}
.message b {
	text-transform: uppercase;
}
.is-outline {
	float: right;
	border: 2px solid #ffd700;
	margin-top: 10px;
	border-radius: 0;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.is-outline:hover {
	background: #ffd700;
	color: #666;
	border-color: #ffd700;
}

/* PROPERTY */

.property {
	
	padding-bottom: 50px;
	color: #222222;
}
.property h2 {
	text-transform: uppercase;
    color: #222222;
    display: inline-block;
    font-size: 26px;
}
.property .comp h2 {
	font-size: 16px;
	padding: 16px 30px;
}
.property .comp p {
	font-size: 15px;
    font-weight: 300;
    padding: 16px 30px;
    margin: 0;
}
.c-main-title p {
	font-size: 16px;
	font-weight: 500;
    padding: 16px 30px;
    margin:0;
}
.property .comp p i {
	font-size: 16px;
	line-height: 20px;
}
/*
.property .comp p:nth-child(even) {
	background: rgba(0,0,0,.05);
}
.property .comp p:nth-child(odd) {
	background: rgb(255,255,255);
}
.property .comp:nth-child(odd) p:nth-child(even) {
	background: rgba(0,0,0,.05);
}
*/
.property .c-main-title {
	border-right: 1px solid #EDEDED;
}
.property .c-main-title p:nth-child(even) {
	background: rgba(0,0,0,.05);
}

.property .comp p:nth-child(odd) {
	background: rgba(0,0,0,.05);
}

.property .comp .fa-check {
	color: #46a546;
}
.property .comp .fa-times {
	color: #9d261d;
}
.rent-color {
	color: #fdbb27;
	font-size: 16px;
    font-weight: 500;
}
.sale-color {
	color: #f35937;
	font-size: 16px;
	font-weight: 500;
}
.h-30 {
	height: 3px;
	width: 97.5%;
    background: #4c4c4c;
    margin: auto;
    margin-bottom: 30px;
}
.cst-icon {
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: text-bottom;
}
.icon-apartment {
	background-image: url('../images/icons/ap2.png');
}
.icon-building {
	background-image: url('../images/icons/ap2.png');
}
.icon-business {
	background-image: url('../images/icons/ap2.png');
}
.icon-condo {
	background-image: url('../images/icons/ap2.png');
}
.icon-hotel {
	background-image: url('../images/icons/ap2.png');
}
.icon-house {
	background-image: url('../images/icons/ap2.png');
}
.icon-guesthouse {
	background-image: url('../images/icons/ap2.png');
}
.icon-land {
	background-image: url('../images/icons/ap2.png');
}
.icon-office {
	background-image: url('../images/icons/ap2.png');
}
.icon-station {
	background-image: url('../images/icons/ap2.png');
}
.icon-resort {
	background-image: url('../images/icons/ap2.png');
}
.icon-villa {
	background-image: url('../images/icons/ap2.png');
}
.icon-warehouse {
	background-image: url('../images/icons/ap2.png');
}
.property .vm-outline {
	color: #222222;
	text-transform: uppercase;
	border: 2px solid #ffd700;
	padding: 10px 40px;
	margin-bottom: 20px;
    border-radius: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.property .vm-outline:hover {
	background: #ffd700;
	color: #666;
	border-color: #ffd700;
}
.borey-details #carCustom {
	margin-bottom: 0;
}

#carCustom .carousel-item img {
	height: 460px;
	width: 100%;
}
#carCustom .carousel-indicators li img {
	width: 200px;
	height: 100px;
}
.borey-right-block {
	border: 1px solid #fec412;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 10px;
	box-shadow: 0px 1px 1px 0px rgba(254, 196, 18, 0.2);
}
.borey-right-block:hover {
	box-shadow: 0px 2px 18px 0px rgba(254, 196, 18, 0.25)
}
.borey-r-info {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.borey-r-info:last-child {
	border-bottom: 0;
}
.borey-right-block h3 {
	line-height: 40px;
}
.borey-right-block h4 {
	line-height: 32px;
}
.borey-right-block span {
	margin-top: 10px;
	color:#d1a52b;
}
.property .list-prop i {
	color: #fdb53e;
	margin-right: 5px;
    vertical-align: middle;
}
.property .list-prop a {
	color: #fdb53e;
	margin-right: 10px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	vertical-align: middle;
	line-height: 40px;
}

/* PROPERTY DETAILS */

.property-details {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #222222;
}
.property-details .search-r {
	border: 1px solid #dedede;
}
.property-details .search-r .dropdown-toggle::after {
	border: none;
}
.custom-select, .dropdown-item {
	cursor: pointer;
}
.property-details .search-r label {
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}
.property-details .search-r .form-group {
	margin-bottom: 20px;
}
.property-details .title-find {
	padding: 20px 20px 10px;
	margin-bottom: 20px;
	background-color: #f1f1f1;
	border-bottom: 1px solid #dedede;
	color: #000;
}
.similar-property {
	margin-top: 30px;
}
.similar-property figure {
	border: 1px solid #dedede;
}
.similar-property .title-ltp {
	padding: 20px 20px 10px;
	margin-bottom: 10px;
	background-color: #f1f1f1;
	border: 1px solid #dedede;
	color: #000;
}
.similar-property .ltp-price {
	padding: 5px 20px;
    color: #e1251d;
    background: #f1f1f1;
    font-weight: 500;
	font-style: normal;
}
.similar-property .prop {
	position: relative;
	
}
.smProp {
	line-height: 50px;
    border-bottom: 1px solid #d1d1d1;
}
.similar-property .figure-caption {
	color: #222222;
	font-size: 16px;
	font-weight: 300;
    font-style: normal;
    line-height: 25px;
    padding: 20px;
    background-color: #fff;
}
.similar-property .figure-img {
	margin-bottom: 0;
}
.social-prop a {
	display: inline-block;
    padding: 10px;
    min-width: 40px;
    margin: 6px 0px 6px 5px;
    border: 1px solid #d5d9dd;
    color: #888;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/* TOOLTIP */

.tooltip-inner {
	color: #222222;
    background-color: #f3f3f3;
}
.social-prop a.fb-share:hover {
	background-color: #4369B0;
	color: #fff;
	border-color: #4369B0;
}
.property-details h3.title-property-details {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #222222;
	font-size: 24px;
}
.property-details .detail-media, .borey-details .detail-media {
	position: relative;
}
.property-details .tab-content, .borey-details .tab-content {
	position: relative;
}
.property-details .media-tabs, .borey-details .media-tabs {
	position: absolute;
    top: 30px;
    right: 30px;
    z-index: 9;
}
.media-tabs-list {
    list-style: none;
    margin: 0;
    font-size: 0;
}
.media-tabs-list li:first-child {
    margin: 0 !important;
}
.media-tabs-list li {
    display: inline-block;
    position: relative;
    margin-left: 12px !important;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    text-transform: inherit;
    text-align: center;
}
.media-tabs-list li > div:hover {
	background-color: rgba(255, 187, 23, 0.75);
    border-color: rgba(255, 187, 23, 0.75);
}
.media-tabs-list li.slideron {
	background-color: rgba(255, 187, 23, 0.75);
    border-color: rgba(255, 187, 23, 0.75);
}
.media-tabs-list li.slideron div {
	background-color: transparent;
}
.media-tabs-list li > div {
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 21px;
    line-height: 40px;
    padding: 9px 0px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.bg-default {
	background: #F2F2F2;
	position: absolute;
	width: 100%;
    height: 585px;
    float: left;
    z-index: 1;
    display: none;
    overflow: hidden;
    top:0;
}
.property-details .prp-location {
	color: #686767;
}
.property-details .prp-location span {
	font-size: 15px;
}
.propfeatures {
	margin-top: 20px;
}
.property-details p, .property-details .prop-des span , .property-details .prop-features span, .property-details .prop-agent span, .borey-des span {
	font-size: 16px;
	font-weight: 300; 
	font-style: normal;
	line-height: 30px;
	color: #222222;
}
.property-details .prop-agent span b {
    font-weight: 500;
}
.property-details .propfeatures ul {
	list-style: none;
}
.property-details .propfeatures ul li {
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	margin-bottom: 10px;
}
.property-details .propfeatures ul li i {
	font-size: 14px;
	display: inline-block;
    margin-right: 10px;
    color: #27ae60;
}
.property-details .propfeatures div.item-feature {
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	margin-bottom: 10px;
}
.property-details .propfeatures div.item-feature i {
	font-size: 14px;
	display: inline-block;
    margin-right: 10px;
    color: #27ae60;
}

.property-details .prp-feature {
	margin: 20px 0;
	color: #000;
}
.property-details .prp-feature span:first-child {
    margin-right: 10px;
}
.property-details .prop-des h5, .property-details .prop-features h5, .property-details .prop-agent h5, .borey-des h5 {
	line-height: 50px;
	border-bottom: 1px solid #d1d1d1;
}
.content-agent {
	margin: 20px 0;
}
.content-agent ul.contact-list {
	padding-left: 0;
}
.content-agent .contact-list li:first-child em {
    font-size: 32px;
}
.property-details .prp-price {
	margin: 0 auto;
	color: #222222;
	font-weight: bold; 
	font-style: normal;
	font-size: 30px;
	text-align: center;
	line-height: 1.5;
	border-radius: 0px 0px 5px 5px;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.property-details .prp-price .price_condition {
    font-size: 13px;
}
.property-details .sb1 {
	border: 2px solid #f35937;
}
.property-details .sb2 {
	border: 2px solid #fec412;
}
.property-details .prp-status {
	text-align: center;
	padding: 5px 0;
	font-size: 16px;
	text-transform: uppercase;
}
.property-details .prp-favor {
	text-align: right;
	padding-left: 20px;
}
.property-details a.prp-favor {
	color: #222222;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.property-details a.prp-favor:hover {
	color: #ffd700;
	text-decoration: none;
}
.property-details .prp-view {
	text-align: center;
}
.property-details .prp-view span {
	font-size: 14px;
}
.property-details .prp-view b {
	font-size: 14px;
	font-weight: bold; 
	font-style: normal;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	height: 31px;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #ffd700;	
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #ffd700;	
}

#carCustom {
    margin-bottom: 20px;
    width: 100%;
}
#carCustom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    justify-content: left;
}
#carCustom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carCustom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carCustom .carousel-indicators li.active img {
    opacity: 1;
}
#carCustom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carCustom .carousel-outer {
    position: relative;
}

/* LOAN */
.calculate #mortgage .modal-content {
	width: 800px;
}
.calculate #mortgage .modal-dialog {
	max-width: 800px;
}
.calculate #mortgage .modal-title {
	padding-left: 20px;
}
.calculate #mortgage .close {
	font-size: 2.5rem;
}
.calculate #mortgage #Result {
	border: 10px solid #ffd700;
    border-radius: 100px;
    width: 100%;
    height: 105px;
    margin: 20px auto 0;
    padding: 10px 0px;
    text-align: center;
}
.calculate #mortgage #Result h3 {
	margin-bottom: 0;
	font-size: 25px;
}
.calculate #mortgage .wd-100 {
	margin: 30px 0;
	width: 80%;
}
.calculate #mortgage .row-centered {
    text-align:center;
}
.calculate .est {
	font-size: 14px;
	cursor: pointer;
	color: #d1a52b;
	font-weight: 300;
	text-align: center;
	display: block;
}
.calculate .est i {
	margin-right: 5px;
}
.calculate .est:hover {
	text-decoration: underline;
}
.calculate .est.focus, .calculate .est:focus {
	box-shadow: none;
}
.apply-form .btn:focus {
    box-shadow: none;
}
.apply-form button {
	margin: 20px 0px;
	cursor: pointer;
	background-color: #ffd700;
	border-color: #fec412;
	color: #222222;
}
.apply-form button:hover {
    background-color: #dd9933;
    border-color: #d6a41b;
}
.prop-id {
	font-size: 16px;
	line-height: 30px;
}

/* WHY */

.why {
	background: #f8f8f8;
	padding: 20px 0px;
}
.why .nav-tabs {
	margin: 0 auto;
}
.nav-tabs .nav-item .nav-link {
	color: #495057;
}
.nav-tabs .nav-item .nav-link.active {
	color: #fdb53e;
   border-top: 5px solid #fdb53e;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: #f8f8f8;
}
.why ul li a i {
	margin-right: 5px;
}
.why .tab-content p {
	color: #666666;
	font-weight: 300;
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
}
.tab-content {
	padding: 20px 0;
}
.borey-details .tab-content,.property-details .tab-content {
	padding: 0;
}
.space20 {
	margin: 10px 0px 20px;
	height: 5px;
	width: 100px;
	background-color: #fdb53e;
}
.title {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
}
.title img {
	width: auto;
    text-align: center;
    margin: 10px 0 20px;
}
.services {
	text-align: center;
	margin: 0px 0px 20px 0px;
}
.services .box {
	height: 257px;
	padding-top: 70px;
	
}
.services .box a {
	text-decoration: none;
	color: #212529;
}
.services .box a:hover {
	color: #212529;
}
.box, .box img, .box .main-title, .box .sub-title {
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}
.services .box:hover {
	background: #ffd700;
}
.services .box img {
	margin-bottom: 25px;
}
.services .box:hover img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.services .box:hover .main-title {
	font-size: 18px;
}
.services .box:hover .sub-title {
	font-size: 14px;
}

.main-title {
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
}
.sub-title {
	color: #222222;
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
}


/* APARTMENT */

.prop {
	width: 100%;
	margin-bottom: 30px;
}
.prop .carousel:hover, .container-fluid.prop:hover {
	box-shadow:0px 2px 18px 0px rgba(230, 230, 230, 0.7);
}
.carousel-item img {
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	backface-visibility: hidden;
}
.prop .progressive {
    position: relative;
}
.prop .carousel-item:hover .progressive a:after {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 1;
}
.prop .progressive a:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    content: '';
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.blur{
	-webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
	opacity: 0.6;
}
.prop .tag-brand {
	position: absolute;
    top: 0;
    width: 110px;
    height: 110px;
    overflow: hidden;
}
.prop .brand {
	position: absolute;
    left: 40%;
    top: 40%;
    margin-top: -20px;
    margin-left: -105px;
    width: 200px;
    height: 30px;
    line-height: 30px;
    background-color: #ff5400;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.status {
	position: absolute;
    right: -10.5px;
    top: 40px;
    color: #fff;
    font-size: 13px;
    padding: 2px 9px;
	height: 35px;
	width: 103px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-style: normal;
}
.s2 {
	background: url('../images/ribbon.png') no-repeat right;
}
.s1 {
	background: url('../images/ribbon-s.png') no-repeat right;
}
.main-features {
	background: #f1f1f1;
	border-left:0.5pt solid #e6e6e6;
	border-right:0.5pt solid #e6e6e6;
	height: 45px;
	width: 100%;
	text-align: center;
	line-height: 45px;
	color: #464646;
	font-weight: normal;
	font-style: normal;
}
.main-features .op {
	opacity: 0.8;
}
.icon-unit-size {
	background: url('../images/unit.png') no-repeat;
	width: 21px;
	height: 21px;
	margin-right: 5px;
	display: inline-block;
    vertical-align: middle;
}
.icon-build-size {
	background: url('../images/build-size.svg') no-repeat;
	width: 21px;
	height: 21px;
	margin-right: 5px;
	display: inline-block;
    vertical-align: middle;
}
.icon-land-size {
	background: url('../images/land-size.svg') no-repeat;
	width: 21px;
	height: 21px;
	margin-right: 5px;
	display: inline-block;
    vertical-align: middle;
}
.icon-size {
	background: url('../images/build-size.svg') no-repeat;
	width: 21px;
	height: 21px;
	margin-right: 5px;
	display: inline-block;
    vertical-align: middle;
}
.icon-bed {
	background: url('../images/bed-icon.svg') no-repeat;
	width: 21px;
	height: 21px;
	margin-right: 5px;
	display: inline-block;
    vertical-align: middle;
}
.icon-bath {
	background: url('../images/bath-icon.png') no-repeat;
	width: 21px;
	height: 21px;
	margin-right: 5px;
	display: inline-block;
    vertical-align: middle;
}
.prp-feature .fa-file-text {
    font-size: 18px;
}
.btn-compare {
	border: 2px solid #ffd700;
    border-radius: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.btn-compare:hover {
	background: #ffd700;
    color: #666;
    border-color: #ffd700;
}
.btnCompare {
	cursor: pointer;	
}
.compare {	
    color: #212529;
}
.compare:hover {
	color: goldenrod;
    text-decoration: none;
}
.icon-compare {
	background: url('../images/2.png') no-repeat;
	width: 16px;
	height: 16px;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}
.icon-compare:hover {
	background: url('../images/2-hover.png') no-repeat;
}
.favor {
	color: #212529;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}
.fcurrent {
	color: goldenrod;
}
.favor:hover {
	color: goldenrod;
	text-decoration: none;
}
.com-favor a {
	padding: 0 2px;
}
.details {
	padding: 15px 0px 5px 0px;
	line-height: 10px;
	border-left:0.5pt solid #e6e6e6;
	border-right:0.5pt solid #e6e6e6;
	border-bottom:0.5pt solid #e6e6e6;
	border-top: 3px solid #ffd700;
}
.details i {
	color: #666666;
}
.details .location {
	color: #666666;
}
.apartment .details .location i {
	margin-right: 0;
}
.details h6 {
	font-size: 18px;
}
.details .location span {
	line-height: 20px;
	font-weight: 300;
}
.detail-btm {
	border-top: 1px solid #efefef;
	line-height: 35px;
	margin-top: 15px;
	padding-top: 3px;
}
.detail-btm .price {
	display: block;
	text-align: right;
	font-size: 17px;
	font-weight: 500;
	font-style: normal;
	color: #e1251d;
}
.nav-middle {
	margin: 0 auto;
}
.page-link {
	border:none;
	color: #666666;
}
.page-link:hover {
	background: #ffa500;
	color: #ffffff;
}

/* PROPERTY */
.img-prop {
	background: url('../images/6.jpg') no-repeat;
	width: 351px;
	height: 263px;
	float: left;
}
.main-features-prop {
	height: 100%;
	text-align: center;
	line-height: 45px;
	color: #464646;
	font-weight: normal;
	font-style: normal;
	padding-left: 10px;
    padding-top: 10px;
}
.main-features-prop ul {
	list-style: none;
	text-align: left;
	margin: 0 auto;
    padding: 22px 0px;
}
.main-features-prop .fa-arrows-h,.main-features-prop .fa-arrows-v {
    font-size: 18px;
    padding-right: 7px;
}

.hello {
    background: url('../images/prop1.jpg') no-repeat center center;
    border-top:0.5pt solid #e6e6e6;
	border-left:0.5pt solid #e6e6e6;
	
}
.status-prop {
	position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 13px;
    padding: 5px 12px;
	text-align: center;
	font-weight: 500;
	font-style: normal;
	border-radius: 5px;
}
.sp1 {
	background-color: #f35937;
}
.sp2 {
	background-color: #fdbb27;
}
.new {
    background: #f1f1f1;
    border-top:0.5pt solid #e6e6e6;
	border-right:0.5pt solid #e6e6e6;
}
.main-features-prop .id {
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	text-align: left;
}
.prop-listing .container-fluid .img-block .col-8, .borey-listing .container-fluid .img-block .col-8 {
	padding: 0;
}
.prop-listing .details {
	padding: 15px 0px 15px 0px;
	line-height: 10px;
	border-left:0.5pt solid #e6e6e6;
	border-right:0.5pt solid #e6e6e6;
	border-bottom:0.5pt solid #e6e6e6;
	border-top: none;
}
.prop-listing .details .price {
	display: block;
	text-align: right;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	color: #e1251d;
	line-height: 35px;
}

/* FOOTER */

.footer {
	position: relative;
	
}
.footer-top {
	position: relative;
    background-color: #fff;
    margin-top: 120px;
}
.footer-top:after {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 102px;
    background-image: url('../images/bg_building_1.png');
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
}
.footer-wrapper {
	color: #fdb53e;
	padding-top: 86px;
	padding-bottom: 30px;
	position: relative;
}
.footer-wrapper ul {
	list-style: none;
	padding: 0;
}
.footer-wrapper ul li {
	line-height: 25px;
}
.footer-wrapper ul li a {
	text-decoration: underline;
	color: #fdb53e;
}
.footer-wrapper ul li a:hover {
	color: #ffffff;
}
.footer-wrapper h4 {
	margin-bottom: 20px;
	font-size: 21px;
}
.footer-wrapper i {
	color: #ffffff;
	margin-right: 5px;
}
.footer-wrapper .address {
	margin-bottom: 20px;
}
.footer-wrapper .phone {
	margin-bottom: 10px;
}
.footer-wrapper .phone a, .footer-wrapper .email a {
	color: #fdb53e;
	
}
.footer-wrapper .phone a:hover, .footer-wrapper .email a:hover {
	text-decoration: none;
	color: #ffffff;
}
.address .text-footer {
    display: inline-flex;  
}

.footer-bottom {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left:0;
	overflow: hidden;
	z-index: -100;
	height: 600px;
}
.video-container {
    width: 100%;
    height: 389px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -100;
}
.fullscreen-bg_video {
	position: relative;
	min-width: 100%;
    min-height:100%;
    top: -35%;
  transform: translateY(-50%);
}
.bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(48, 49, 51, 0.8);*/
	background: rgba(50, 51, 53, 0.8);
	background-size: cover;
}


/* SCROLL */

#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 30px;
    background: rgb(218, 165, 32);
    background: rgba(218, 165, 32, 0.7);
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 13px;
    top: 11px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*
	NEWS
*/
.news {
	padding-top: 20px;
	padding-bottom: 20px;
}
.news-details {
	padding-top: 50px;
	padding-bottom: 20px;
}
.newsTitle, .descBlog {
    font-family: 'Hanuman', 'Ubuntu', Arial;
}
.news .short_description {
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}
.news-wrapper {
	border: solid #f7f7f9;
    border-width: .3rem;
    padding: 1rem;
    margin: 20px 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-wrapper:hover {
	border-color: #ededed;
}
.news-wrapper .article a {
    color: #212529;
}
.news-wrapper .article a {
    color: #212529;
    text-decoration: none;
}
.blog-social-media-sharing a {
	text-decoration: none;
	padding: 0px 2px;
}
.blog-social-media-sharing i {
	font-size: 38px;
}
.btn-readmore {
    color: #666666;
    background-color: #fec412;
    border-color: #fec412;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    width: 100%;
}
.btn-readmore:hover {
	background-color: #dd9933;
    background-image: none;
    border-color: #d6a41b;
    color: #fff;
}
.color_light-gray {
	color: #666666;
}
.news-details .color_light-gray {
	font-size: 14px;
}
.facebook {
	color: #3b5999 !important;
}
.email {
	color: #2c7eff !important;
}
.news-img {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.news-img img {
  	height: 100%;
  	width: 100%;
  	background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.news-img:hover img, .news-img:focus img {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.news-details p {
	text-align: justify;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
}
.news-details a, .news-details p a {
	color: #F0B32F;
}
.news-details a:hover, .news-details p a:hover {
	text-decoration: none;
	color: #d69f28;
}
.news-details .blog-social-media-sharing {
	margin-bottom: 20px;
}
.news-details .facebook:hover, .news-details .email:hover {
	color: #0056b3 !important;
}
.news-details .related {
    margin-top: 20px;
}
.news-details .related .figure-caption {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
.show-all {
	border-radius: 3px;
    font-size: 12px;
    color: #333;
    padding: 8px 11px;
    border: 1px solid #ffa500;
    background-color: #ffbb17;
    text-decoration: none;
    margin-right: 5px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.show-all:hover {
	color: #fff;
	text-decoration: none;
}
.arrow-left, .arrow-right {
	border-radius: 3px;
    font-size: 12px;
    color: #333;
    border: 1px solid #ffa500;
    background-color: #ffbb17;
    text-decoration: none;
    margin-right: 5px;
}
.arrow-left {
	padding: 8px 11px;
}
.arrow-right {
	padding: 8px 12px;
}
.arrow-left:hover, .arrow-right:hover {
	text-decoration: none;
}
.arrow-left .carousel-control-prev-icon,.arrow-right .carousel-control-next-icon {
	width: 13px;
	height: 13px;
}
figure {
    margin-bottom: 0px;
}
.notify {
    width: 250px;
    margin: 20px 0px;
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 999;
}
.icon-footer {
    display: none;
}
.block-5 {
    display: none;
}
.showAll {
    margin-top: 5px;
}
.showAll a {
    border-radius: 3px;
    font-size: 11px;
    color: #333;
    padding: .5rem .75rem;
    text-decoration: none;
    border: 1px solid #d3d3d3;
    background-color: #f8f8f8;
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s;
    -ms-transition: ease .3s;
}
.sum_of_payment h3, .interest_cost h3 {
    font-size: 1.48rem;
}