@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap");
/*---------------------------- Setup Font */
@font-face{
	font-family: "Tiempos";
	font-style: normal;
	font-weight: 400;
	src:url("../fonts/TiemposHeadline-Regular.eot") format("embedded-opentype"),url("../fonts/TiemposHeadline-Regular.woff") format("woff"),url("../fonts/TiemposHeadline-Regular.ttf") format("truetype")
}
@font-face{
	font-family: "Tiempos";
	font-style: normal;
	font-weight: 500;
	src:url("../fonts/TiemposHeadline-Medium.eot") format("embedded-opentype"),url("../fonts/TiemposHeadline-Medium.woff") format("woff"),url("../fonts/TiemposHeadline-Medium.ttf") format("truetype")
}
.bg-brea{
  background: #fff;
  padding-bottom: 10px;
  padding-top: 20px;
}
.bg-brea .box-breadcrumb{
  margin-bottom: 0;
}
.register-main h4{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #d6d5d5;
  padding-bottom: 5px;
  padding-top: 25px;
}
.login-main{
  background-color: #fff;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.register-main{
  background-color: #fff;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.forget-password-main{
  background-color: #fff;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.profile-main{
  background-color: #fff;
  padding: 15px 15px;
  margin-bottom: 20px;
}
.change-password{
  background-color: #fff;
  padding: 15px 15px;
  margin-bottom: 20px;
}
.users_commission{
  background-color: #fff;
  padding: 15px 15px;
  margin-bottom: 20px;
}
.users_cash-drawing{
  background-color: #fff;
  padding: 15px 15px;
  margin-bottom: 20px;
}
.users_withrawal-history{
  background-color: #fff;
  padding: 15px 15px;
  margin-bottom: 20px;
}
.users_buy-history{
  background-color: #fff;
  padding: 15px 15px;
  margin-bottom: 20px;
}
.user-commission-buy-package-history{
  background-color: #fff;
  padding: 15px 15px;
  margin-bottom: 20px;
}
.users-commission-buy-history{
  background-color: #fff;
  padding: 15px 15px;
  margin-bottom: 20px;
}
.account-structure-page_title {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #202020;
  margin: 0px 0px 20px;
}
.account-structure-page_title a {
  background-color: #0073b7;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.login-main h4{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #d6d5d5;
  padding-bottom: 5px;
  padding-top: 25px;
}
.forget-password-main h4{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #d6d5d5;
  padding-bottom: 5px;
  padding-top: 25px;
}
.profile-main{
  background-color: #fff;
  padding: 15px 15px;
  margin-bottom: 20px;
}
.block-left-admin>ul>li.nav-item{
  background-color: #e1bf65 ;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.block-left-admin>ul>li.nav-item ul.flex-column li.nav-item{
  background-color: #b7bbbe;
}
.block-left-admin>ul>li.nav-item ul.flex-column li.nav-item a.nav-link{
  color: #fff;
}
.block-left-admin ul li.nav-item{
  border-bottom: 1px solid #fff;
}
.block-left-admin ul li.nav-item ul>li.nav-item:first-child{
  border-top: 1px solid #fff;
}
.block-left-admin ul li.nav-item ul>li.nav-item:last-child{
  border-bottom: 1px solid transparent;
}
.block-left-admin li.nav-item a.nav-link{
  color: #404041;
  transition: all .5s ease;
  text-transform: uppercase;
  font-weight: bold;
  padding: 17px;
  font-size: 14px;
  border-radius: 0;
  border-left: 2px solid transparent;
}
.block-left-admin li.nav-item a.nav-link:hover{
  background-color: #ffd872;
  border-left: 2px solid #211f22;
  text-decoration: none;
}
/*----------------------------------- Block Login Main */
.login-main label, 
.register-main label{
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
}
.login-main .form-control, 
.login-main .help-block, 
.login-main .note, 
.register-main .form-control, 
.register-main .help-block, 
.register-main .note{
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
}
.login-main .btn, 
.register-main .btn{
  position: relative;
  padding: 10px 28px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  overflow: hidden;
	z-index: 1;
}
.login-main .btn::before, 
.register-main .btn::before{
  position: absolute;
  content: '';
  display: block;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: -1;
  background-color: #25638e;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.login-main .btn:hover::before, 
.register-main .btn:hover::before{
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.login-main .btn-sign-in, 
.register-main .btn-sign-in{
  color: #fff;
  background: transparent;
  border: 1px solid #25638e;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.login-main .btn-sign-in:hover, 
.register-main .btn-sign-in:hover{
  color: #252a2b;
}
/*----------------------------------- Box Profile */
.box-profile{

}
.box-profile h3{
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
	border-bottom: 1px solid #f0f0f0;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0px 0px 1rem;
	padding: 0px 0px 1rem;
  color: #25638e;
}
.box-profile label, 
.box-profile .input-group>.input-group-append>.btn{
	font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
}
.box-profile .form-control{
	font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
}
.box-profile .block-save-profile .btn{
  position: relative;
  padding: 10px 28px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  overflow: hidden;
	z-index: 1;
}
.box-profile .block-save-profile .btn::before{
  position: absolute;
  content: '';
  display: block;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: -1;
  background-color: #25638e;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.box-profile .block-save-profile .btn:hover::before{
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.box-profile .block-save-profile .btn-success{
  color: #fff;
  background: transparent;
  border: 1px solid #25638e;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.box-profile .block-save-profile .btn-success:hover{
  color: #252a2b;
}
/*------------------------------------------- Block Dashboard  */
.box-dashboard h3{
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0rem 0px 0.5rem;
  color: #e1bf65;
}
.box-dashboard table{
  border: 1px solid #d6d5d5;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.box-dashboard table tr:first-child{
  background: #eceeef;
  color: #55595c;
}
/*------------------------------------------- Block Slidebar Profile  */
.box-slidebar-profile{
  margin-bottom: 15px;
}
.box-slidebar-profile h3{
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	border-bottom: 1px solid #f0f0f0;
	font-size: 1rem;
	text-transform: uppercase;
	margin: 0px 0px 0.5rem;
	padding: 0px 0px 0.5rem;
	color: #25638e;
}
.box-slidebar-profile .block-card-username{
	margin-bottom: 1rem;
}
.box-slidebar-profile .block-card-username .card-image, 
.box-slidebar-profile .block-card-username .card-content{
	float: left;
}
.box-slidebar-profile .block-card-username .card-image{
	width: 21%;
}
.box-slidebar-profile .block-card-username .card-content{
	width: 79%;
	padding-left: 0.875rem;
	padding-top: 5px;
}
.box-slidebar-profile .block-card-username .card-content p{
	margin-bottom: 0px;
}
.box-slidebar-profile .block-card-username .card-content p span{
	display: block;
	font-weight: 700;
}
.box-slidebar-profile p{
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.box-slidebar-profile p span{
  font-weight: 600;
}
.box-slidebar-profile .block-content p{
  position: relative;
  padding-left: 1.25rem;
}
.box-slidebar-profile .block-content p::before{
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  left: 0px;
}
.box-slidebar-profile .block-content p:nth-child(1)::before{
  content: '\f015';
}
.box-slidebar-profile .block-content p:nth-child(2)::before{
  content: '\f10b';
  left: 3px;
}
.box-slidebar-profile .block-content p:nth-child(3)::before{
  content: '\f0e0';
}
.box-slidebar-profile .card-body{
  padding: 0.875rem;
}
.box-devision-col-mobile .info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0px 1px rgba(0,0,0,0.5);
  border-radius: 2px;
  margin-bottom: 15px;
}
.box-devision-col-mobile .info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0,0,0,0.2);
}
.box-devision-col-mobile .bg-green {
  background-color: #00a65a !important;
  color: #fff !important;
}
.box-devision-col-mobile .bg-green a, .box-devision-col-mobile .bg-purple a, .box-devision-col-mobile .bg-lightgreen a, .box-devision-col-mobile .bg-blue a {
  color: #fff;
}
.box-devision-col-mobile .bg-green a:hover, .box-devision-col-mobile .bg-purple a:hover, .box-devision-col-mobile .bg-lightgreen a:hover, .box-devision-col-mobile .bg-blue a:hover {
  text-decoration: none;
}
.box-devision-col-mobile .info-box-content {
  font-family: 'Source Sans Pro', sans-serif;
  padding: 5px 10px;
  margin-left: 90px;
}
.box-devision-col-mobile .progress-description, .box-devision-col-mobile .info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-devision-col-mobile .info-box-text {
  text-transform: uppercase;
}
.box-devision-col-mobile .info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.box-devision-col-mobile .info-box .progress {
  background: rgba(0,0,0,0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.box-devision-col-mobile .info-box .progress, .box-devision-col-mobile .info-box .progress .progress-bar {
  border-radius: 0;
}
.box-devision-col-mobile .info-box .progress .progress-bar {
  background: #fff;
}
.box-devision-col-mobile .info-box .progress, .box-devision-col-mobile .info-box .progress .progress-bar {
  border-radius: 0;
}
.box-devision-col-mobile .progress-description, .box-devision-col-mobile .info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-devision-col-mobile .progress-description {
  margin: 0;
}
.box-devision-col-mobile .bg-purple {
  background-color: #605ca8 !important;
  color: #fff !important;
}
.box-devision-col-mobile .bg-lightgreen {
  background-color: #1abc9c !important;
  color: #fff !important;
}
.box-devision-col-mobile .bg-blue {
  background-color: #0073b7 !important;
  color: #fff !important;
}
/*--------------------------------- Block Book Address */
.account-book-address{display: -ms-flexbox;display: flex;width: 100%;font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;}
/* .book-address-box.first-box{margin-left: 0px;}
.book-address-box{width: calc((100% - 2 * 16px)/ 2);float: left;margin-left: 16px;background: #fff;padding: 10px 16px;box-sizing: border-box;-ms-flex: 1;flex: 1;} */
.address-box-content{width: calc(100% - 250px);float: left;}
.address-box-content h4.title{font-size: 17px;font-weight: lighter;line-height: 20px;color: #202020;margin: 15px;}
.address-box-content .address-box-info{margin-top: 8px;font-size: 12px;font-weight: lighter;}
.address-box-edit{width: 250px;float: left;text-align: right;}
.address-box-edit a.address-link-edit{font-size: 12px;color: #1a9cb7;font-weight: 400;}
.address-box-edit a.address-link-edit:nth-child(2){margin-left: 16px;}
/* .address-book-warp-title{width: 100%;overflow: hidden;margin: 24px 0 12px;}
.address-book-warp-title h3{font-size: 14px;color: #202020;font-weight: 400;float: left;margin: 0px;}
.address-book-warp-title a{text-transform: uppercase;font-size: 12px;color: #1a9cb7;font-weight: 400;float: right;}
.account-book-address ul{list-style: none;padding-left: 0px;width: 100%;}
.account-book-address li{width: 100%;padding: 18px 16px;background: #fff;margin-bottom: 8px;box-sizing: border-box;}
.account-book-address li h4.title{margin: 0px;}
.address-box-content.style-full{width: calc(100% - 300px);}
.address-box-edit.style-full{width: 300px;}*/
.address-box-edit-footer a.address-link-edit{font-size: 12px;color: #1a9cb7;font-weight: 400;}
.address-box-edit-footer a.address-link-edit:nth-child(2){margin-left: 16px;}
/* .block-cart-warpper .table td,.block-cart-warpper .table th{
  vertical-align: middle;
}  */
.block-address-item{
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #f4f3f3;
padding: 10px 15px;
margin-top: 10px;
overflow: hidden;
}
.block-address-item .block-info-name{
  font-weight: 700;
  font-size: 15px;
}
.block-address-item .block-info-name .address-default{
  color: #50dc16;
  padding-left: 10px;
}
.address-add{
  background-color: #f4f3f3;
padding: 10px 0;
text-align: center;
}
.box-address-on-checkout{border:1px solid #dde2e4;margin-bottom:10px;}
.box-address-on-checkout .edit-login-checkbox{padding:10px 0em;}
.box-address-on-checkout h4{font-size:1.1em;color:#333;border-bottom:1px solid #dde2e4;padding:10px 12px 9px;font-weight:700;position:relative;margin:0px;}
.box-address-on-checkout h4 span{font-size:0.9em;font-weight:400;}
.box-address-on-checkout .edit-login-checkbox p{font-weight:bold;font-size:0.9em;padding:5px 0px;text-align: right;}
.box-address-on-checkout textarea{font-size:0.9em;resize:none;}
.box-address-on-checkout .note{font-size:0.9em;}
.box-address-on-checkout .box-choices-address ul{list-style: none;padding-left: 0px;}
.box-address-on-checkout .box-choices-address .address-item .address-option{margin-bottom: 0;pmargin-top: 10px;border: 1px solid #dadada;display: block;padding: 16px 10px 18px 30px;background: #fff;}
.box-address-on-checkout .box-choices-address{padding: 15px 20px;}
.box-address-on-checkout .box-choices-address .address-item{margin-bottom: 10px;position: relative;}
.box-address-on-checkout .box-choices-address .address-item .address-option{cursor: pointer;transition: all .5s ease;}
.box-address-on-checkout .box-choices-address .address-item:hover .address-option{transition: all .35s ease-in-out;background: #f8f8f8;border:1px solid #ddd;}
.box-address-on-checkout .box-choices-address .address-item.active .address-option{border: 1px solid #9ca643;cursor: default;box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);margin-bottom: 0px;}
.box-address-on-checkout .box-choices-address .address-orther{position: relative;}
.box-address-on-checkout .box-choices-address .address-orther .address-option{cursor: pointer;}
.box-address-on-checkout .box-choices-address .address-orther:hover .address-option{transition: all .35s ease-in-out;background: #f8f8f8;border-color: #f8f8f8;}
.box-address-on-checkout .box-choices-address .address-item.active:hover .address-option{background: #fff;}
.box-address-on-checkout .box-choices-address .address-item.active:before {vertical-align: text-top;display: inline-block;background-image: url(../images/list-images-lz.svg);background-repeat: no-repeat;background-position: -3px -1276px;width: 17px;height: 14px;position: absolute;top: 50%;-ms-transform: translateY(-50%);transform: translateY(-50%);content: "";left: 7px;}
.box-address-on-checkout .box-choices-address .address-item .radio-address{position: absolute;left: -99999px;}
.box-address-on-checkout .box-choices-address .address-item .box-address p{margin-bottom: 0px;padding: 0px;}
.box-address-on-checkout .box-choices-address .address-item .box-address{font-size: 13px;}
.box-address-on-checkout .box-choices-address .address-item .box-address .username{font-weight: 700;margin-bottom: 5px;}
.box-address-on-checkout .box-choices-address .address-orther:before {vertical-align: text-top;display: inline-block;background-image: url(../images/list-images-lz.svg);background-repeat: no-repeat;background-position: -3px -1297px;width: 17px;height: 14px;position: absolute;top: 50%;-ms-transform: translateY(-50%);transform: translateY(-50%);content: "";left: 7px;}
.box-address-on-checkout .box-choices-address .address-orther.active:before {background-position: -3px -1277px;}
.box-address-on-checkout .box-choices-address .address-orther .address-option p.add-address{margin-bottom: 0px;padding: 0px;font-weight: 700;}
.box-address-on-checkout .box-choices-address .address-item.active{
  display: block!important;
}
.box-address-on-checkout .box-choices-address.expanded .address-item{
    display: block!important;
}
.box-address-on-checkout .box-choices-address .block-address-content{
  height: 100px;
    overflow: hidden;
    transition: all 500ms ease;
}
.box-address-on-checkout .box-choices-address.expanded .block-address-content{
    height: max-content;
}
.box-address-on-checkout .box-choices-address.expanded .btn-view-less-address{
  display: block;
}
.box-address-on-checkout .box-choices-address .btn-view-less-address{
    display: none;
}
.box-address-on-checkout .box-choices-address.expanded .btn-view-more-address{
  display: none;
}
/*-------------------------------- Block Breadcrumb */
.box-breadcrumb{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0px;
	text-align: center;
}
.box-breadcrumb h1{
	font-family: "Tiempos", sans-serif;
	font-weight: 500;
	letter-spacing: .5px;
	color: #fff;
	margin-bottom: 0px;
}
.box-breadcrumb .breadcrumb{
  padding: 0rem 0rem;
  background-color: transparent;
  margin-bottom: 0;
	font-family: "Tiempos", sans-serif;
	font-weight: 400;
}
.box-breadcrumb .breadcrumb .breadcrumb-item a{
  color: #fff;
  transition: all .5s ease;
}
.box-breadcrumb .breadcrumb .breadcrumb-item a:hover{
  color: #fff;
  text-decoration: none;
}
.box-breadcrumb .breadcrumb-item+.breadcrumb-item::before{
  content: "\f054";
  font-weight: 900;
  color: #fff;
  font-size: 9px;
  font-family: 'Font Awesome 5 Free';
}
.box-breadcrumb .breadcrumb-item+.breadcrumb-item{
  text-transform: capitalize;
	color: #fff;
}
.box-breadcrumb.breadcrumb-bg{
	background: #f3f5f8;
}
.box-breadcrumb.breadcrumb-bg h1{
	font-family: "Tiempos", sans-serif;
	letter-spacing: .5px;
	font-size: 40px;
	line-height: 52px;
	font-weight: 500;
	color: #30333a;
	margin-bottom: 10px;
}
.box-breadcrumb.breadcrumb-bg .breadcrumb .breadcrumb-item a, 
.box-breadcrumb.breadcrumb-bg .breadcrumb .breadcrumb-item a:hover, 
.box-breadcrumb.breadcrumb-bg .breadcrumb-item+.breadcrumb-item::before, 
.box-breadcrumb.breadcrumb-bg .breadcrumb-item+.breadcrumb-item{
  color: #838383;
}
.box-breadcrumb .breadcrumb-item+.breadcrumb-item::before{
	content: "•";
}
.block-realty-featured .mr-15, .block-realty-area .mr-15 {
  margin: 0 -15px;
}

.block-realty-featured .slick-slide, .block-realty-area .slick-slide {
  padding: 0 15px;
}

body {
  font-family: "Playfair Display", serif;
}

*::before {
  font-weight: 900;
}

.block-header {
  text-align: right;
  border-bottom: 1px solid #f0f0f0;
  color: #4f4f4f;
  padding: 9px 0;
}

.block-header .block-header-contact,
.block-header .block-header-link,
.block-header .block-header-login {
  display: inline-block;
  font-size: 13px;
}

.block-header .block-header-contact img {
  padding-right: 10px;
}

.block-header .block-header-link span {
  padding-right: 10px;
}

.block-header .block-header-link span a {
  color: #666666;
  transition: all .5s ease;
}

.block-header .block-header-link span a:hover {
  color: #4091c9;
  text-decoration: none;
}

.block-header .block-header-login {
  padding-left: 12px;
}

.block-header .block-header-login a {
  color: #666666;
  transition: all .5s ease;
}

.block-header .block-header-login a:hover {
  color: #4091c9;
  text-decoration: none;
}

.block-header .block-header-login .btn, 
.box-header .ws-login .btn{
	border-radius: 0px;
	
}
.block-header .block-header-login .btn-sm, 
.box-header .ws-login .btn-sm{
	font-size: 0.75rem;
}
.block-header .block-header-login .btn-secondary, 
.box-header .ws-login .btn-secondary{
	border-color: #dee2e6;
	background: #fff;
	color: #4f4f4f;
}
.block-header .block-header-login .btn-secondary:focus, 
.box-header .ws-login .btn-secondary:focus{
	outline: none;
	box-shadow: 0px 0px 0px 0px transparent;
}

.block-header .block-header-login .dropdown-item, 
.box-header .ws-login .dropdown-item{
	font-size: 0.75rem;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 500;
}

.block-header .border-right {
  padding: 0 15px 0 13px;
}

.block-search {
  position: relative;
  height: 355px;
  display: flex;
  justify-content: center;
}

.block-search button.btn-post, 
.block-search a.btn-post{
  padding: 21px 34px;
}

.block-search:before {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.4;
}

.block-search .nav-tabs {
  border-bottom: 1px solid transparent;
}

.block-search .nav-tabs li.nav-item a.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  background-color: transparent;
  border: transparent;
  padding: .5rem 0;
  padding-right: 15px;
}

.block-search .nav-tabs li.nav-item a.nav-link.active {
  color: #71bbee;
}

.block-search .block-search-content {
  position: absolute;
  bottom: 13vh;
  width: 85%;
  text-align: center;
  color: #fff;
}

.block-search .block-search-content .dropdown-toggle::after {
  content: "\f078";
  font-weight: 900;
  color: #d3d3d3;
  font-size: 13px;
  font-family: 'Font Awesome 5 Free';
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  position: absolute;
  top: 30%;
  right: 21px;
}

.block-search .block-search-content .search-panel #search_concept {
  font-family: Arial , serif;
  font-size: 13px;
}

.block-search .block-search-content .search-panel .dropdown-menu a {
  font-family: Arial , serif;
  font-size: 13px;
}

.block-search .block-search-content .search-panel .dropdown-menu div{
	padding-left: 15px;
}

.block-search .block-search-content .search-panel .dropdown-menu div a{
	padding-left: 0px;
}

.block-search .block-search-content .search-panel .dropdown-menu div a:before{
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #4f4f4f;
	vertical-align: middle;
	margin: 0px 10px;
	border-radius: 50%;
}

.block-search .block-search-content .search-panel .dropdown-menu.show {
  width: 100%;
}

.block-search .block-search-content input.form-control {
  border: 1px solid #fff;
}

.block-search .block-search-content input.form-control.form-control-lg {
  height: calc(1.5em + 1rem + 3px);
}

.block-search .block-search-content input.form-control::-webkit-input-placeholder {
  /* Edge */
  font-family: Arial , serif;
  font-size: 14px;
}

.block-search .block-search-content input.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: Arial , serif;
  font-size: 14px;
}

.block-search .block-search-content input.form-control.form-control::placeholder {
  font-family: Arial , serif;
  font-size: 14px;
}

.block-search .block-search-content button.btn-select {
  background-color: #fff;
  color: #000;
  transition: all .5s ease;
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 257px;
  padding-left: 36px;
  text-align: left;
  height: calc(1.5em + 1rem + 3px);
  border-right: 1px solid #d8d8d8;
  position: relative;
}

.block-search .block-search-content button.btn-primary.btn-lg {
  padding: .5rem 53px;
  font-size: 14px;
  font-family: Arial , serif;
  text-transform: uppercase;
  font-weight: bold;
}

.box-header {
  padding: 8px 0 6px 0;
}

.box-header .wsmenu > .wsmenu-list {
  background-color: #fff;
}

.box-header .wsmenu > .wsmenu-list > li > a {
  font-weight: bold;
  color: #4f4f4f;
  font-size: 15px;
}

.box-header .wsmenu > .wsmenu-list > li > a.active {
  color: #4091c9;
}

.box-header .wsmenu > .wsmenu-list > li:first-child > a::before {
  content: "";
}

.box-header .wsmenu > .wsmenu-list > li:hover > a {
  color: #4091c9;
}
.box-header .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
padding: 8px;
font-size: 12px
}
.box-header .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li:hover a{
	background-color: #4091c9;
  color: #fff;
}
.box-header .wsmenu > .wsmenu-list > li > ul.sub-menu > li:hover > a {
  background-color: #4091c9;
  color: #fff;
}

.box-header .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu, 
.box-header .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu{
	min-width: 170px;
	border-top: none;
}

.box-header .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
	background-color: #4091c9;
	color: #fff;
}

.box-header .box-header-logo h3 {
  font-size: 14px;
  margin-bottom: 0;
}

.box-header .box-header-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.block-realty-area{
	margin-top: 30px;
}

.block-realty-project {
  padding: 63px 0 52px;
}

.block-realty-project-header {
  padding-bottom: 30px;
  float: left;
}

.block-realty-project-header h3 {
  font-weight: bold;
  font-size: 26px;
}

.block-realty-project-header p {
  font-size: 13px;
  font-family: Arial , serif;
}

.block-realty-project-more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.block-realty-project-more a {
  font-size: 13px;
  font-family: Arial , serif;
  color: #4899d1;
  transition: all .5s ease;
}

.block-realty-project-more a:hover {
  color: #4091c9;
  text-decoration: none;
}

.block-realty-project-more ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

.block-realty-project-more ul li a{
	font-size: 13px;
  font-family: Arial , serif;
  color: #4899d1;
  transition: all .5s ease;
}

.block-realty-project-more ul li a:hover {
  color: #4091c9;
  text-decoration: none;
}

.block-realty-project-item {
  position: relative;
}

.block-realty-project-item .block-realty-species {
  position: absolute;
  top: 10px;
  left: 10px;
}

.block-realty-project-item .block-realty-species span.block-species-item {
  background-color: #ff3d3d;
  color: #fff;
  padding: 7px 11px;
  font-size: 13px;
  font-family: Arial , serif;
}

.block-realty-project-item .block-content {
  padding: 10px 0;
}

.block-realty-project-item .block-content h3 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.5;
}

.block-realty-project-item .block-content h3 a {
  color: #434343;
  font-weight: bold;
  transition: all .5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.block-realty-project-item .block-content h3 a:hover {
  color: #4091c9;
  text-decoration: none;
}

.block-realty-project-item .block-content .block-content-address {
  position: relative;
  padding-left: 12px;
}

.block-realty-project-item .block-content .block-content-address:before {
  content: "";
  background-image: url(../images/map_03.png);
  background-repeat: no-repeat;
  width: 18px;
  position: absolute;
  height: 18px;
}

.block-realty-project-item .block-content .block-content-address p {
  font-size: 14px;
  color: #919191;
  font-family: Arial , serif;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding-left: 25px;
}

.block-realty-project-item .block-content p.price {
  font-size: 15px;
  color: #151515;
  font-family: Arial , serif;
  margin-bottom: 0;
}

.block-realty-project-item .block-images img {
  border-radius: 10px;
}

.block-realty-featured {
  padding: 41px 0 57px;
}

.block-realty-featured .slick-prev:before,
.block-realty-featured .slick-next:before {
  opacity: 1;
  background-color: #fff;
  padding: 10px 13px;
  box-shadow: 0px 0px 10px 0px #9b9b9b;
  border-radius: 50%;
  font-size: 15px;
}

.block-realty-featured .slick-prev {
  left: -0.15%;
}

.block-realty-featured .slick-next {
  right: 1%;
}

.block-banner, .block-banner-project-home{
  position: relative;
}

.block-banner .block-banner-image img, .block-banner-project-home .block-banner-image img{
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-banner .block-banner-overlay{
  max-width: 50%;
  position: absolute;
  bottom: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.block-banner .block-banner-overlay h3, .block-banner-project-home .block-banner-overlay h3{
	font-family: "Playfair Display", serif;
	font-weight: 500;
	margin-bottom: 0px;
	color: #fff;
}

.block-banner .block-banner-overlay p, .block-banner-project-home .block-banner-overlay p{
	font-size: 15px;
  color: #fff;
  font-family: Arial , serif;
  margin-bottom: 0;
}

.block-banner .block-banner-gradient, .block-banner-project-home .block-banner-gradient{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2e9ecc;
  background: linear-gradient(95deg, #2e9ecc 50%, rgba(255, 255, 255, 0) 70%);
}

.block-banner-project-home .block-banner-overlay{
  max-width: 50%;
  position: absolute;
  bottom: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  text-align: left;
  left: 0;
  right: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 15px;
}

.block-banner-project-home .block-banner-gradient{
	background: #2e9ecc;
  background: linear-gradient(95deg, #1d5c75 50%, rgba(255, 255, 255, 0) 70%);
}

.block-realty-partner .block-realty-content .block-partner-item {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  padding: 20px 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px #d6d5d5;
	min-height: 166.328px;
}

.block-footer {
  background-color: #194360;
  color: #fff;
  padding: 50px 0 30px;
}

.block-footer .logo-footer h3 {
  font-size: 17px;
  font-family: "Playfair Display", serif;
}

.block-footer .block-footer-link a {
  color: #fff;
  transition: all .5s ease;
  padding-right: 20px;
}

.block-footer .block-footer-link a:hover {
  color: #4091c9;
  text-decoration: none;
}

.block-footer h3 {
  font-size: 20px;
  font-family: Arial , serif;
}

.block-footer ul {
  padding-left: 0;
  list-style: none;
}

.block-footer ul li {
  font-family: Arial , serif;
  padding-bottom: 5px;
}

.block-footer ul li a {
  color: #8c9391;
  font-family: Arial , serif;
  transition: all .5s ease;
}

.block-footer ul li a:hover {
  color: #4091c9;
  text-decoration: none;
}

.block-footer ul li span {
  color: #8c9391;
  transition: all .5s ease;
  font-family: Arial , serif;
}

.block-footer .block-footer-contact {
  border-bottom: 1px solid #355a73;
  padding-bottom: 38px;
  margin-bottom: 27px;
}

.block-footer .block-footer-contact .block-footer-contact-icon {
  float: left;
  height: 45px;
  padding-right: 10px;
}

.block-footer .block-footer-contact .block-footer-contact-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-family: Arial , serif;
}

.block-footer .block-footer-contact .block-footer-contact-content a {
  color: #00a6bd;
  transition: all .5s ease;
  font-family: Arial , serif;
}

.block-footer .block-footer-contact .block-footer-contact-content a:hover {
  color: #4091c9;
  text-decoration: none;
}

.block-footer .section-block-copyright {
  border-top: 1px solid #355a73;
  padding-top: 30px;
  margin-top: 25px;
}

.block-footer .section-block-copyright .title span {
  color: #8c9391;
  font-family: Arial , serif;
}

.block-footer .section-block-copyright a {
  color: #8c9391;
  transition: all .5s ease;
  font-family: Arial , serif;
}

.block-footer .section-block-copyright a:hover {
  color: #4091c9;
  text-decoration: none;
}

.block-footer .section-block-copyright .section-block-copyright-link {
  display: flex;
  justify-content: flex-end;
}

.block-footer .section-block-copyright .section-block-copyright-link a {
  padding-left: 15px;
}

.block-realty-area .slick-prev:before,
.block-realty-area .slick-next:before {
  opacity: 1;
  background-color: #fff;
  padding: 10px 13px;
  box-shadow: 0px 0px 10px 0px #9b9b9b;
  border-radius: 50%;
  font-size: 15px;
}

.block-realty-area .slick-prev {
  left: -0.15%;
}

.block-realty-area .slick-next {
  right: 1%;
}

.block-realty-area .slide {
  position: relative;
}

.block-realty-area .slide .block-images img {
  border-radius: 10px;
}

.block-realty-area .slide .block-content {
  position: absolute;
	padding: 20px;
	bottom: 0;
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 56%) 100%);
	width: 100%;
}

.block-realty-area .slide .block-content h3 {
  font-size: 15px;
}

.block-realty-area .slide .block-content h3 a {
  color: #fff;
  transition: all .5s ease;
}

.block-realty-area .slide .block-content h3 a:hover {
  color: #4091c9;
  text-decoration: none;
}

.realty-area-item{
  position: relative;
}

.realty-area-item .block-images img {
  border-radius: 10px;
}

.realty-area-item .block-content {
  position: absolute;
	padding: 20px;
	bottom: 0;
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 56%) 100%);
	width: 100%;
}

.realty-area-item .block-content h3 {
  font-size: 15px;
}

.realty-area-item .block-content h3 a {
  color: #fff;
  transition: all .5s ease;
}

.realty-area-item .block-content h3 a:hover {
  color: #4091c9;
  text-decoration: none;
}

.block-realty-news {
  padding: 41px 0 57px;
}

.block-realty-news .btn.btn-view-more {
  background-color: #54aae5;
  color: #fff;
  padding: 21px;
  border-radius: 0.75rem;
  transition: all .5s ease;
}

.block-realty-news .btn.btn-view-more:hover {
  background-color: #4091c9;
}

.block-realty-news .block-realty-news-view {
  padding-top: 59px;
  text-align: center;
}

.block-realty-partner {
  padding: 54px 0 76px;
}

.block-realty-market {
  padding-top: 69px;
}

.block-realty-market .line-realty-market {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 51px;
}

.block-realty-market .realty-market-item .block-content {
  padding-left: 15px;
  overflow: hidden;
}

.block-realty-market .realty-market-item .block-content h3 {
  font-weight: bold;
  line-height: .875;
}

.block-realty-market .realty-market-item .block-content h3 a {
  font-size: 16px;
  color: #30333a;
  transition: all .5s ease;
}

.block-realty-market .realty-market-item .block-content h3 a:hover {
  color: #4091c9;
  text-decoration: none;
}

.block-realty-market .realty-market-item .block-content span {
  font-size: 12px;
  font-family: Arial , serif;
}

.block-realty-market .block-realty-market-right .realty-market-item {
  margin-bottom: 15px;
  overflow: hidden;
}

.block-realty-market .block-realty-market-right .realty-market-item .block-images {
  max-width: 120px;
  border: 1px solid rgba(48, 51, 58, 0.1);
  float: left;
}

.block-realty-market .block-realty-market-right .realty-market-item .block-content span {
  color: rgba(131, 131, 131, 0.86);
}

.block-realty-market .block-realty-market-left .realty-market-item {
  position: relative;
}

.block-realty-market .block-realty-market-left .realty-market-item .block-content {
  position: absolute;
  padding: 20px;
  bottom: 0;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 56%) 100%);
width: 100%;
}

.block-realty-market .block-realty-market-left .realty-market-item .block-content h3 a {
  color: #fff;
  transition: all .5s ease;
}

.block-realty-market .block-realty-market-left .realty-market-item .block-content h3 a:hover {
  color: #4091c9;
  text-decoration: none;
}

.block-realty-market .block-realty-market-left .realty-market-item .block-content span {
  color: #fff;
}
/*------------------------------------ Box Contact */
.box-contact{

}
.box-contact .warpper-map-contact{
  position: sticky;
  top: 15px;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.box-contact .warpper-content-contact{
  padding: 50px 15px 50px 50px;
}
.warpper-content-contact .block-header-title h2{
  font-size: 30px;
  font-weight: 700;
  margin: 0px 0;
}
.warpper-content-contact .block-header-title:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  margin-top: 20px;
  background: #272727;
  margin-bottom: 30px;
}
.warpper-content-contact .block-content{
  font-size: 14px;
}
.warpper-content-contact .block-content p{
  margin-bottom: 0px;
}
.warpper-content-contact .block-content ul{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 10px;
}
.warpper-content-contact .block-content ul li{
  margin-bottom: 30px;
}
.warpper-content-contact .block-content .form-group{
  margin-bottom: 20px;
}
.warpper-content-contact .block-content .form-control{
  border: 1px solid #e7e7e7;
  box-shadow: none;
  height: 45px;
  font-weight: 500;
  padding: 0 20px;
  background: #fff;
  color: #272727;
  font-size: 14px;
  border-radius: 0px;
}
.warpper-content-contact .block-content textarea.form-control{
  height: auto;
  padding: 15px 20px;
}
.warpper-content-contact .block-content .btn{
  position: relative;
  padding: 10px 28px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  overflow: hidden;
}
.warpper-content-contact .block-content .btn::before{
  position: absolute;
  content: '';
  display: block;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: -1;
  background-color: #25638e;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.warpper-content-contact .block-content .btn:hover::before{
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.warpper-content-contact .block-content .btn-dark{
  color: #fff;
  background: transparent;
  border: 1px solid #25638e;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.warpper-content-contact .block-content .btn-dark:hover{
  color: #252a2b;
}
/*------------------------------------------ Rows Warpper Post */
.rows-warpper-post{
	margin: 2rem 0px;
}
.post-item{
	margin: 0px -15px 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.post-item .block-images, 
.post-item .block-content{
	padding: 0px 15px;
}
.post-item .block-images{
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	max-width: 35%;
}
.post-item .block-images img{
	border: 1px solid rgba(0,0,0,.2);
}
.post-item .post-meta ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 10px;
	color: #838383;
}
.post-item .post-meta ul li{
	display: inline-block;
	vertical-align: middle;
}
.post-item .post-meta ul li i{
	font-size: 12px;
	margin-right: 3px;
}
.post-item .post-meta ul li+li:before{
	content: '•';
	display: inline-block;
	padding: 0px 5px;
	font-size: 12px;
}
.post-item .post-meta ul li a{
	color: #838383;
	transition: all 0.5s ease;
}
.post-item .post-meta ul li a:hover{
	color: #25638e;
	text-decoration: none;
}
.post-item .block-content{
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	max-width: 65%;
}
.post-item .block-content h3{
	letter-spacing: .3px;
	font-size: 24px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px;
	-webkit-line-clamp: 2;
	height: 55px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.post-item .block-content h3 a{
	color: #444b59;
	transition: all 0.5s ease;
}
.post-item .block-content h3 a:hover{
	color: #25638e;
	text-decoration: none;
}
.post-item .block-content p{
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	font-family: Arial , serif;
	color: #444b59;
}
/*------------------------------------------ Block Sidebar Post */
.block-sidebar-post{
	margin: 2rem 0px;
}
.block-sidebar-post .block-header-title h2{
	margin: 0px 0 30px;
	line-height: 24px;
	font-size: 24px;
	letter-spacing: 0.3px;
	font-weight: 700;
}
.post-featured-item{
	margin: 0px -10px 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.post-featured-item .block-images, 
.post-featured-item .block-content{
	padding: 0px 10px;
}
.post-featured-item .block-images{
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	max-width: 35%;
}
.post-featured-item .block-images img{
	border: 1px solid rgba(0,0,0,.2);
}
.post-featured-item .block-content{
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	max-width: 65%;
}
.post-featured-item .block-content h3{
	letter-spacing: .3px;
	font-size: 16px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px;
	-webkit-line-clamp: 2;
	height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.post-featured-item .block-content h3 a{
	color: #444b59;
	transition: all 0.5s ease;
}
.post-featured-item .block-content h3 a:hover{
	color: #25638e;
	text-decoration: none;
}
/*-------------------------------- Box Warpper Single Post */
.box-warpper-single-post{
	margin: 2rem 0px;
}
.box-warpper-single-post .block-cover-image{
	overflow: hidden;
}
.box-warpper-single-post .block-panel-content{
	font-family: "Tiempos", sans-serif;
	font-weight: 400;
	margin-bottom: 2rem;
}
.box-warpper-single-post .block-panel-content img{
	max-width: 100%;
	margin-bottom: 10px;
	display: block;
}
/*-------------------------------- Box Post Related */
.box-post-related{
	background: #f3f5f8;
	padding: 60px 0;
}
.box-post-related .block-header-title h1{
	font-size: 24px;
	line-height: 36px;
	color: #30333a;
	text-align: center;
	font-family: "Tiempos", sans-serif;
	font-weight: 500;
	margin-bottom: 30px;
}
/*-------------------------------- Block Post Related */
.post-related-item{
	margin-bottom: 1.5rem;
}
.post-related-item .block-images{
	overflow: hidden;
}
.post-related-item .block-content h3{
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Tiempos", sans-serif;
	font-weight: 500;
	letter-spacing: .2px;
}
.post-related-item .block-content h3 a{
	color: #30333a;
	transition: all 0.5s ease;
}
.post-related-item .block-content h3 a:hover{
	color: #25638e;
	text-decoration: none;
}
.post-related-item .post-meta ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 10px;
	color: #838383;
}
.post-related-item .post-meta ul li{
	display: inline-block;
	vertical-align: middle;
}
.post-related-item .post-meta ul li i{
	font-size: 12px;
	margin-right: 3px;
}
.post-related-item .post-meta ul li+li:before{
	content: '•';
	display: inline-block;
	padding: 0px 5px 0px 0px;
	font-size: 12px;
}
.post-related-item .post-meta ul li a{
	color: #838383;
	transition: all 0.5s ease;
}
.post-related-item .post-meta ul li a:hover{
	color: #25638e;
	text-decoration: none;
}
/*-------------------------------- Block Project Item */
.project-item{
	margin-bottom: 20px;
}
.project-item .block-images{
	overflow: hidden;
	border-radius: 6px;
}
.project-item .block-images img{
	object-fit: cover;
}
.project-item .block-content{
	background: #FFF;
	padding-top: 6px;
}
.project-item .block-content h3{
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 24px;
	padding: 0;
	margin: 0;
	margin-top: 7px;
	padding-right: 15px;
}
.project-item .block-content h3 a{
	color: #000;
	transition: all 0.3s ease;
}
.project-item .block-content .block-content-address{
	color: #4f4f4f;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 26px;
	margin-top: 10px;
	font-size: 16px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
}
.project-item .block-content .block-price{
	color: #000;
	margin-top: 7px;
	font-size: 16px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	transition: all 0.3s ease;
}
.project-item .block-content .block-price span{
	font-weight: 400;
}
.project-item:hover .block-content h3 a, 
.project-item:hover .block-content .block-price{
	color: #F5720E ;
	text-decoration: none;
}
/*------------------------------------------ Rows Warpper Post */
.rows-warpper-project{
	margin: 2rem 0px 0px;
}
/*------------------------------------------ Warpper Single Project */
.warpper-single-project{
	margin: 2rem 0px;
}
.warpper-single-project #slider-left h1 {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
  margin: 0 0 0rem;
  font-size: 2.5rem;
}
.warpper-single-project #slider-left .block-price{
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	font-size: 1rem;
}
.warpper-single-project #slider-left .block-price span{
	font-weight: 400;
}
.warpper-single-project .scrollbox {
  display: block;
  overflow: auto;
  width: 100%;
  height: 420px;
}
.warpper-single-project #slider-left{
	color: #555e64;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 0.875rem;
}
.warpper-single-project .scrollbox{display:block;overflow:auto;width:100%;height: 450px; margin-top: 0.5rem;}
.warpper-single-project .track{width:10px;background-clip:padding-box;background:#fff;border-style:solid;border-color:transparent;border-width:0;border-left-width:1px}
.warpper-single-project .track.dragging, .warpper-single-project .track:hover{background:rgba(0,0,0,.05);box-shadow:inset 1px 0 0 rgba(0,0,0,.1)}
.warpper-single-project .track:active{background:rgba(0,0,0,.05);box-shadow:inset 1px 0 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0,0,.07)}
.warpper-single-project .handle{width:10px;background-clip:padding-box;background:#ccc;background:rgba(0,0,0,.2);box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07)}
.warpper-single-project .handle:hover{background:#999;background:rgba(0,0,0,.4);box-shadow:inset 1px 1px 1px rgba(0,0,0,.25)}
.warpper-single-project .dragging .handle, .warpper-single-project .handle:active{background:gray;background:rgba(0,0,0,.5);box-shadow:inset 1px 1px 3px rgba(0,0,0,.35)}
.warpper-single-project .brief h3{
	font-weight: 600;
	font-size: 20px;
	margin: 1rem 0px;
}
.warpper-single-project .brief table tbody{
	vertical-align: top;
}
.warpper-single-project .checklist {
  list-style: url(../images/checked.png) outside;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
.warpper-single-project .checklist a {
  color: #555e64;
	transition: all 0.5s ease;
}
.warpper-single-project .checklist a:hover{
  color: #25638e;
	text-decoration: none;
}
.warpper-single-project #slider-right{
  position: relative;
}
.warpper-single-project #slider-right .cust-slide-main {
  margin-bottom: 5px;
}
.warpper-single-project #slider-right .cust-slide-main .item {
  width: 100%;
  height: 540px;
  position: relative;
  overflow: hidden;
}
.warpper-single-project #slider-right .cust-slide-main .item img {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
  border: #ccc solid 2px;
}
.warpper-single-project #slider-right .cust-slide-thumb {
  margin-left: -5px;
  margin-right: -5px;
  height: 100px;
}
.warpper-single-project #slider-right .cust-slide-thumb .item {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.warpper-single-project #slider-right .cust-slide-thumb .item img {
  width: 100%;
  height: 100px;
  border: #ccc solid 2px;
  -webkit-opacity: .9;
  -moz-opacity: .9;
  opacity: .9;
}
.warpper-single-project #slider-right .cust-slide-thumb .item.slick-current>img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  border-color: #ee4a2a;
}
.warpper-single-project #slider-right .cust-slide-thumb .item:focus{
	border-color: transparent;
  outline-color: transparent;
}
.warpper-single-project #slider-left .group-button{
  background: #f7f7f7;
  padding: 1rem;
  border: #ccc solid 1px;
  margin: 0;
  display: table;
  width: calc(100% - 39px);
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}
.warpper-single-project #slider-left .group-button .btn-brand{
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 1.75rem;
  background-clip: padding-box;
  background-color: #4089db;
  border: none;
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0 3rem;
  width: 100%;
  box-shadow: 0 5px 30px 0 rgba(0,0,0,.2);
  transition: all .25s linear;
}
.warpper-single-project #slider-left .group-button .btn-brand:hover{
  background-color: #4896ed;
}
/*------------------------------------ Box Detail Project */
.box-detail-project{
	background: #f3f5f8;
	padding: 2rem 0px;
	margin: 2rem 0px 0px;
}
.box-detail-project .block-header-title{
	position: relative;
}
.box-detail-project .block-header-title h2{
	font-size: 1.5625rem;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	line-height: 1.4;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	position: relative;
	text-align: center;
}
.box-detail-project .block-header-title h2::before{
	content: '';
	position: absolute;
	width: 164px;
	height: 3px;
	background: #25638e;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}
.box-detail-project .block-header-title h2::after{
	content: '';
	position: absolute;
	background: url(../images/square-icons.png) no-repeat center center #f3f5f8;
	background-size: cover;
	width: 24px;
	height: 10px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: -3px auto;
}
.box-detail-project .block-content{
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 0.875rem;
}
.box-detail-project .block-content h2{
	font-weight: 600;
	font-size: 20px;
	margin: 1rem 0px;
}
.box-detail-project .block-content p{
	margin-bottom: 0.5rem;
}
.box-detail-project .block-content img{
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}
/*---------------------------------------- Block Pagination */
.box-pagination{
	text-align: center;
	margin-bottom: 2rem;
}
.box-pagination ul{
  margin: 0px;
  padding: 0px;
}
.box-pagination .pagination>li>a, .box-pagination .pagination>li>span {
	padding: 0.5rem 0.25rem;
  border-radius: 50%;
	margin: 0px 3px;
	color: #1b2024;
  width: 40px;
  height: 40px;
  text-align: center;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 500;
	line-height: 1.5;
	transition: all 0.5s ease;
}
.box-pagination .pagination>.active>a,
.box-pagination .pagination>.active>a:focus,
.box-pagination .pagination>.active>a:hover,
.box-pagination .pagination>.active>span,
.box-pagination .pagination>.active>span:focus,
.box-pagination .pagination>.active>span:hover {
  background-color: #194360;
  border: 1px solid #696969;
	color: #fff;
}
.box-pagination .pagination>li>a:focus,
.box-pagination .pagination>li>a:hover,
.box-pagination .pagination>li>span:focus,
.box-pagination .pagination>li>span:hover {
  background-color: #194360;
  border: 1px solid #194360;
	color: #fff;
}
.box-pagination .page-item:last-child .page-link{
	border-top-right-radius: 0rem;
	border-bottom-right-radius: 0rem;
	border-top-left-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem;
	width: 35px;
}

.box-pagination .page-item:first-child .page-link{
	border-top-right-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
	border-top-left-radius: 0rem;
	border-bottom-left-radius: 0rem;
	width: 35px;
}
/*------------------------------------------ Box Warpper User Post */
.box-warpper-user-post{
	margin: 2rem 0px 0px;
}
.box-warpper-user-post .collapsed-filter{
	cursor: pointer;
}
.box-warpper-user-post .collapsed-filter .card{
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ACACAC;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 5px;
}
.box-warpper-user-post .collapsed-filter .collapse-title i{
	color: #bbb;
}
.box-warpper-user-post .collapsed-filter [data-toggle="collapse"]{
	position: relative;
}
.box-warpper-user-post .collapsed-filter [data-toggle="collapse"]:before{
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;
	color: #bbb;
	content: "\f054";
	transition: all 200ms linear 0s;
	font-size: 1.2rem;
}
.box-warpper-user-post .collapsed-filter [aria-expanded="true"]:before{
	transform: rotate(90deg);
}
.box-warpper-user-post .btn-custom{
	padding: 9px 30px 9px 10px;
	border-radius: 5px;
	border: 1px solid #ACACAC;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 5px;
}
.box-warpper-user-post .btn-import{
	background: url(../images/icon-import.svg) no-repeat center right 5px #fff;
}
.box-warpper-user-post .block-content-searchbox{
	border: 1px solid #dfe3e7;
	border-radius: 4px;
}
.box-warpper-user-post .block-content-searchbox .card-body{
	padding: 0.25rem 1rem;
}
.box-warpper-user-post .search_title{
	min-height: 31px;
}
/*----------------------------------------- Custom Card Table */
.box-warpper-user-post .card-content .block-header-title{
	
}
.box-warpper-user-post .custom-card-table table{
	border-collapse: separate;
	border-spacing: 0;
}
.box-warpper-user-post .custom-card-table .table-responsive table{
	border: 1px solid #E5E5EA;
	border-radius: 6px;
}
.box-warpper-user-post .custom-card-table .table thead th{
	color: #000;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	font-family: 'Arial', sans-serif;
	text-transform: capitalize;
	border-bottom-width: 1px;
}
.box-warpper-user-post .custom-card-table .table td{
	color: #000;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	font-family: 'Arial', sans-serif;
	border-bottom: 1px solid #E5E5EA;
}
.box-warpper-user-post .custom-card-table .table-hover tbody tr:hover {
	color: #000;
	background-color: rgb(10 188 28 / 0.1);
}
/* top-left border-radius */
.box-warpper-user-post .custom-card-table table tr:first-child th:first-child {
  border-top-left-radius: 6px;
}

/* top-right border-radius */
.box-warpper-user-post .custom-card-table table tr:first-child th:last-child {
  border-top-right-radius: 6px;
}

/* bottom-left border-radius */
.box-warpper-user-post .custom-card-table table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
.box-warpper-user-post .custom-card-table table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}





@media (max-width: 414px) {
  .block-header .block-header-contact,
  .block-header .block-header-link,
  .block-header .block-header-login {
    display: none;
  }
  .box-header .box-header-logo {
    text-align: center;
		margin-top: 2rem;
  }
	.box-header .wsmobileheader .ws-login{
		float: right;
    margin: 12px;
	}
  .block-header .block-header-contact span {
    display: block;
    text-align: right;
    border-right: 1px solid transparent !important;
    padding: 0;
    margin-bottom: 5px;
  }
  .block-search .block-search-content {
    bottom: 2vh;
    width: 100%;
  }
  .block-search .block-search-content button.btn-select {
    min-width: 160px;
    padding-left: 10px;
  }
  .block-search .block-search-content h3 {
    font-size: 24px;
  }
  .block-search .block-search-content .block-button-search {
    width: 100%;
    margin-top: 5px;
  }
  .block-search .block-search-content .dropdown-toggle::after {
    right: 14px;
  }
  .block-search button.btn-post {
    width: 100%;
    padding: 10px;
  }
  .block-realty-project-item {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .block-realty-project-item .block-content {
    padding: 10px;
  }
  .block-realty-project-item .block-images img {
    width: 100%;
  }
  .block-realty-project {
    padding: 25px 0;
  }
  .block-realty-project .block-realty-project-header {
    padding-bottom: 0;
  }
	.block-banner, .block-banner-project-home{
		margin: 0px -15px;
	}
  .block-banner .block-banner-overlay, 
	.block-banner-project-home .block-banner-overlay{
    max-width: 100%;
  }
  .block-realty-project, .block-realty-featured, .block-realty-area, .block-realty-area, .block-realty-market {
    position: relative;
  }
  .block-realty-project .block-realty-project-header h3, .block-realty-featured .block-realty-project-header h3, .block-realty-area .block-realty-project-header h3, .block-realty-area .block-realty-project-header h3, .block-realty-market .block-realty-project-header h3 {
    font-size: 20px;
  }
  .block-realty-project .block-realty-project-more, .block-realty-featured .block-realty-project-more, .block-realty-area .block-realty-project-more, .block-realty-area .block-realty-project-more, .block-realty-market .block-realty-project-more {
    position: absolute;
    right: 20px;
  }
  .block-realty-market {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .block-realty-market .line-realty-market {
    padding-bottom: 25px;
  }
  .block-realty-market .realty-market-item .block-content h3 a {
    font-size: 14px;
  }
  .block-realty-market .block-realty-market-left {
    margin-bottom: 10px;
  }
  .block-realty-market .block-realty-market-right .realty-market-item .block-content h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .block-realty-featured, .block-realty-news, .block-realty-partner, .block-footer {
    padding: 25px 0;
  }
  .block-realty-news .block-realty-news-view {
    padding-top: 25px;
  }
  .block-footer .section-block-copyright .section-block-copyright-link {
    text-align: center;
    display: initial;
  }
  .block-footer .section-block-copyright .section-block-copyright-link a {
    padding-left: 0;
    display: inline-block;
    padding-right: 10px;
  }
	.warpper-single-project #slider-right .cust-slide-main .item{
		height: 25vh;
	}
	.warpper-single-project #slider-right .cust-slide-thumb, 
	.warpper-single-project #slider-right .cust-slide-thumb .item img{
		height: 50px;
	}
	.warpper-single-project .scrollbox{
		width: 100%;
		padding-right: 0px;
		margin-right: 0px;
	}
	.warpper-single-project #slider-left .group-button{
    width: 100%;
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-top: 2rem;
	}
	.box-breadcrumb{
		padding: 20px 0px;
	}
	.box-breadcrumb.breadcrumb-bg h1{
		font-size: 25px;
    line-height: 25px;
	}
	.box-breadcrumb .breadcrumb{
		font-size: 14px;
	}
}

@media only screen and (max-width: 991px) {
  .wsmenu > .wsmenu-list > li > a.active {
    background-color: #28efd4;
  }
  .wsmenu > .wsmenu-list > li > a.hover {
    background-color: #28efd4;
  }
  .wsmenu > .wsmenu-list > li:hover > a {
    background-color: #28efd4;
  }
  .wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
    background-color: #4091c9;
  }
}
@media(max-width: 767px){
	.wsmobileheader {
    background-color: rgb(255 255 255 / 0.80);
    box-shadow: none;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .block-realty-project, .block-realty-featured, .block-realty-area, .block-realty-area, .block-realty-market {
    position: relative;
  }
  .block-realty-project .block-realty-project-header h3, .block-realty-featured .block-realty-project-header h3, .block-realty-area .block-realty-project-header h3, .block-realty-area .block-realty-project-header h3, .block-realty-market .block-realty-project-header h3 {
    font-size: 20px;
  }
  .block-realty-project .block-realty-project-more, .block-realty-featured .block-realty-project-more, .block-realty-area .block-realty-project-more, .block-realty-area .block-realty-project-more, .block-realty-market .block-realty-project-more {
    position: absolute;
    right: 55px;
  }
  .block-search .block-search-content {
    bottom: 5vh;
  }
  .block-realty-market .block-realty-market-left {
    margin-bottom: 15px;
  }
  .block-realty-market .block-realty-market-left .block-images img {
    width: 100%;
  }
  .block-realty-market .block-realty-market-right .realty-market-item {
    overflow: hidden;
  }
  .block-header .block-header-login{
	margin-top: 10px;
	padding-left: 0;
}
.block-header .block-header-contact, .block-header .block-header-link, .block-header .block-header-login{
	font-size: 12px;
}
/*.wsmenu>.wsmenu-list>li>a{
	padding: 0.313rem 5px;
}*/
.box-header .wsmenu > .wsmenu-list > li > a{
	font-size: 15px;
}
.box-header .box-header-logo h3{
	font-size: 13px;
}
.block-realty-project-item .block-content .block-content-address p{
	    height: 45px;
}
.wsmenu>.wsmenu-list>li>ul.sub-menu {
  max-width: 180px;
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu {
  min-width: 180px;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: solid 1px #eeeeee;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box-header .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a{
	padding: 8px 5px;
}

}
@media(min-width:1366px){
	.box-header .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
    font-size: 14px;
}
@media (min-width: 480px) and (max-width: 1365px) {
  .block-search button.btn-post {
    padding: 10px 34px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
	.container {
		max-width: 100%;
	}
	.warpper-single-project #slider-right .cust-slide-main .item{
		height: 80vh;
	}
	.warpper-single-project #slider-right .cust-slide-thumb, 
	.warpper-single-project #slider-right .cust-slide-thumb .item img{
		height: 80px;
	}
	.warpper-single-project .scrollbox{
		width: 100%;
		padding-right: 0px;
		margin-right: 0px;
	}
	.warpper-single-project #slider-left .group-button{
    width: 100%;
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-top: 2rem;
	}
	.box-breadcrumb{
		padding: 25px 0px;
	}
	.box-breadcrumb.breadcrumb-bg h1{
		font-size: 30px;
    line-height: 40px;
	}
	.box-breadcrumb .breadcrumb{
		font-size: 14px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
  .block-search .block-search-content {
    bottom: 6vh;
  }
  .box-header .box-header-logo {
    text-align: center;
  }
  .block-search .block-search-content .dropdown-toggle::after {
    top: 2vh;
  }
  .block-realty-project, .block-realty-featured, .block-realty-area, .block-realty-area, .block-realty-market {
    position: relative;
  }
  .block-realty-project .block-realty-project-header h3, .block-realty-featured .block-realty-project-header h3, .block-realty-area .block-realty-project-header h3, .block-realty-area .block-realty-project-header h3, .block-realty-market .block-realty-project-header h3 {
    font-size: 20px;
  }
  .block-realty-project .block-realty-project-more, .block-realty-featured .block-realty-project-more, .block-realty-area .block-realty-project-more, .block-realty-area .block-realty-project-more, .block-realty-market .block-realty-project-more {
    position: absolute;
    right: 50px;
  }
  .block-realty-project-item .block-content .block-content-address p {
    height: auto;
  }
  .block-realty-market .block-realty-market-left {
    margin-bottom: 15px;
  }
  .block-footer .logo-footer h3 {
    padding-top: 10px;
  }
  .block-footer .block-pb-footer {
    padding-bottom: 15px;
  }
  .block-footer .section-block-copyright .block-content-copyright {
    text-align: center;
  }
  .block-footer .section-block-copyright .section-block-copyright-link {
    justify-content: center;
  }
	.warpper-single-project #slider-right .cust-slide-main .item{
		height: 35vh;
	}
	.warpper-single-project #slider-right .cust-slide-thumb, 
	.warpper-single-project #slider-right .cust-slide-thumb .item img{
		height: 80px;
	}
	.warpper-single-project .scrollbox{
		width: 100%;
		padding-right: 0px;
		margin-right: 0px;
	}
	.warpper-single-project #slider-left .group-button{
    width: 100%;
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-top: 2rem;
	}
	.wsmobileheader {
    background-color: transparent;
    box-shadow: none;
  }
.block-header{
	text-align: left;
}
.box-header .ws-login{
	display: none;
}
}
	@media (min-width:768px){#section2 .list-index-portfolio>li>.img-holder{min-height:253px!important;}
#section2 .list-index-portfolio>li{height:253px!important;}
}
.hoancau-alo-phone{position:fixed;background-color:transparent;width:170px;height:170px;cursor:pointer;z-index:200 !important;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transition:visibility .5s;-moz-transition:visibility .5s;-o-transition:visibility .5s;transition:visibility .5s;bottom:0px;left:-30px;}
.hoancau-alo-ph-circle{width:130px;height:130px;top:35px;left:35px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(30, 30, 30, 0.4);border:2px solid #bfebfc 9;opacity:.1;-webkit-animation:hoancau-alo-circle-anim 1.2s infinite ease-in-out;-moz-animation:hoancau-alo-circle-anim 1.2s infinite ease-in-out;-ms-animation:hoancau-alo-circle-anim 1.2s infinite ease-in-out;-o-animation:hoancau-alo-circle-anim 1.2s infinite ease-in-out;animation:hoancau-alo-circle-anim 1.2s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;border-color:#0013ff;opacity:.5;}
@-moz-keyframes hoancau-alo-circle-anim{0%{-moz-transform:rotate(0) scale(.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}
30%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}
100%{-moz-transform:rotate(0) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}
}
@-webkit-keyframes hoancau-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}
30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}
100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}
}
@-o-keyframes hoancau-alo-circle-anim{0%{-o-transform:rotate(0) kscale(.5) skew(1deg);-o-opacity:.1}
30%{-o-transform:rotate(0) scale(.7) skew(1deg);-o-opacity:.5}
100%{-o-transform:rotate(0) scale(1) skew(1deg);-o-opacity:.1}
}
.hoancau-alo-ph-circle-fill{width:100px;height:100px;top:50px;left:50px;position:absolute;background-color:#000;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.1;-webkit-animation:hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation:hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;-ms-animation:hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;-o-animation:hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;animation:hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;background-color:rgb(0 25 255 / 50%);opacity:.75 !important;}
@-moz-keyframes hoancau-alo-circle-fill-anim{0%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
50%{-moz-transform:rotate(0) -moz-scale(1) skew(1deg);opacity:.2}
100%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}
@-webkit-keyframes hoancau-alo-circle-fill-anim{0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.2}
100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}
@-o-keyframes hoancau-alo-circle-fill-anim{0%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
50%{-o-transform:rotate(0) scale(1) skew(1deg);opacity:.2}
100%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}
.hoancau-alo-ph-img-circle{width:60px;height:60px;top:70px;left:70px;position:absolute;background:rgba(30, 30, 30, 0.1) url(../images/zalo-icon.png) no-repeat center center;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.7;-webkit-animation:hoancau-alo-circle-img-anim 1s infinite ease-in-out;-moz-animation:hoancau-alo-circle-img-anim 1s infinite ease-in-out;-ms-animation:hoancau-alo-circle-img-anim 1s infinite ease-in-out;-o-animation:hoancau-alo-circle-img-anim 1s infinite ease-in-out;animation:hoancau-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;background-color:#ff0000;}
.hoancau-alo-phone:hover .hoancau-alo-ph-circle-fill{background-color:rgba(66, 168, 221, 0.5) !important;}
.hoancau-alo-phone:hover .hoancau-alo-ph-circle{border-color:#42a7dd}
.hoancau-alo-phone:hover .hoancau-alo-ph-img-circle{background-color:#42a7dd;}
@-moz-keyframes hoancau-alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}
10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}
20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}
30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}
40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}
50%{-moz-transform:rotate(0) scale(1) skew(1deg)}
100%{-moz-transform:rotate(0) scale(1) skew(1deg)}
}
@-webkit-keyframes hoancau-alo-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
}
@-o-keyframes hoancau-alo-circle-img-anim{0%{-o-transform:rotate(0) scale(1) skew(1deg)}
10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}
20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}
30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}
40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}
50%{-o-transform:rotate(0) scale(1) skew(1deg)}
100%{-o-transform:rotate(0) scale(1) skew(1deg)}
}
#hoancau-alo-wrapper{position:fixed;width:100%;bottom:0;top:0;left:0;z-index:2000000;overflow:visible;color:#383838;}
#hoancau-alo-wrapper .hoancau-alo-overlay{position:fixed;width:100%;height:100%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=);top:0;left:0;z-index:200000;}
#hoancau-alo-wrapper .hoancau-alo-table{display:table;width:100%;height:100%;position:absolute;left:0;top:0;right:0;bottom:0;z-index:999999;}
#hoancau-alo-wrapper .hoancau-alo-cell{display:table-cell;vertical-align:middle;text-align:center;}
#hoancau-alo-wrapper.night-mode .hoancau-alo-popup{background-color:#fff;}
#hoancau-alo-wrapper .hoancau-alo-popup{display:inline-block;position:relative;-webkit-transition:.6s ease-out;-moz-transition:.6s ease-out;-o-transition:.6s ease-out;transition:.6s ease-out;margin:0 auto;z-index:200001;text-align:center;padding:39px 67px;width:555px;background:url(../images/bgtuvan.jpg) no-repeat;max-height:437px;}
#hoancau-alo-wrapper.night-mode .hoancau-alo-popup-close{background-image:url(../images/closeseses.png);}
#hoancau-alo-wrapper .hoancau-alo-popup-close{-webkit-border-radius:2px !important;-moz-border-radius:2px !important;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;position:absolute !important;right:-15px !important;top:-15px !important;height:30px !important;width:30px !important;background-image:url(..images/closeseses.png);background-position:center center;background-repeat:no-repeat;cursor:pointer !important;-webkit-transition:.3s ease-out !important;-moz-transition:.3s ease-out !important;-o-transition:.3s ease-out !important;transition:.3s ease-out !important;}
#hoancau-alo-wrapper.night-mode .hoancau-alo-popup h4{margin-bottom:10px;text-transform:uppercase;max-width:535px;font-weight:bold;line-height:40px;color:#fff;}
#hoancau-alo-wrapper.night-mode h4{font-size:26px;}
#hoancau-alo-wrapper.night-mode .hoancau-alo-popup h4.info{margin:15px 0;font-weight:normal;text-transform:none;max-width:525px;color:#fff;font-size:20px;letter-spacing:0.8px;}
#hoancau-alo-wrapper.night-mode .hoancau-alo-popup h4{margin-bottom:10px;text-transform:uppercase;max-width:535px;font-weight:bold;line-height:40px;color:#fff;}
#hoancau-alo-wrapper.night-mode input[type="text"].hoancau-alo-number{border:#00bed5 solid 1px;background:#fff;text-align:center;padding:8px 60px;outline:5px solid #fff !important;font-size:25px;font-family:'Arial',sans-serif;transition:all 0.5s ease;}
form#contactform input[type="text"]{width:100%;border:1px solid #f5f5f5;min-height:40px;padding-left:20px;font-size:13px;padding-right:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#hoancau-alo-wrapper .hoancau-alo-popup .hoancau-alo-message{height:25px;text-align:center;clear:both;font-size:14px;}
#hoancau-alo-wrapper.night-mode .hoancau-alo-message{padding-bottom:0;}
#hoancau-alo-wrapper .hoancau-alo-popup .hoancau-alo-submit{border:none;border-width:0;background:url(../images/nutsubmit.png) no-repeat;width:222px;height:73px;font-family:Arial,Helvetica,sans-serif;font-size:20px;color:#fff;cursor:pointer;outline:none !important;float:right;margin-right:110px;}
	