/* General Styles */
body {
	position: relative;
	margin-top: 149px;
	background: #fff;
}
/*Page Loader*/
#page-loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff;
	z-index: 99999;
}

#page-loader .loaders {
	position: relative;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 300px;
	margin: -150px 0 0 -150px;
}

#page-loader img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: none;
}

select {
	position: relative;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("../images/arrow.png") 96% 50% no-repeat;
	padding-right: 25px;
}

.contact-template {
	background: #fff;
}

.listing-template #site-banner {
	margin-bottom: 0;
}
/* .btn {
  border: none;
  box-shadow: none;
  text-transform: uppercase;
  transition-duration: 0.3s;
} */
a {
	transition-duration: 0.3s;
}

h1, h2, h3 {
	text-transform: uppercase;
}

h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

.section-header {
	margin-bottom: 40px;
}

.section-header h2 {
	margin: 0 0 30px 0;
}

.home-section-header h2 {
	position: relative;
}

.home-section-header h2::after {
	bottom: -12px;
	width: 35px;
}

.home-section-header h2 {
	position: relative;
}

.home-section-header h2::before, .home-section-header h2::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 1px;
	border: 1px solid #222;
}

.home-section-header h2::before {
	bottom: -8px;
	width: 60px;
}

.home-section-header h2::after {
	bottom: -12px;
	width: 35px;
}

img {
	max-width: 100%;
	height: auto;
}

#scroll-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	color: #fff;
	background: #333;
}

#scroll-top:hover {
	background: #6c98e1;
}

#scroll-top .fa {
	font-size: 30px;
	line-height: 20px;
	padding: 3px 5px;
}
/*Image Zoom*/
img[data-action="zoom"] {
	cursor: zoom-in;
	cursor: -moz-zoom-in;
}

.zoom-img, .zoom-img-wrap {
	position: relative;
	z-index: 999;
	transition: all 300ms;
}

img.zoom-img {
	cursor: zoom-out;
	cursor: -moz-zoom-out;
}

.zoom-overlay {
	z-index: 420;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	filter: "alpha(opacity=0)";
	opacity: 0;
	transition: opacity 300ms;
}

.zoom-overlay-open .zoom-overlay {
	filter: "alpha(opacity=100)";
	opacity: 1;
}

.zoom-overlay-open, .zoom-overlay-transitioning {
	cursor: default;
}
/*Social Nav Styles*/
.social-icons {
	margin: 0 0 0 -11px;
	padding: 0;
}

.social-icons li {
	list-style: none;
	float: left;
	margin-left: 11px;
}

.social-icons .fa {
	color: #323232;
	background: #686868;
	padding: 8px 9px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
}

.social-icons .fa:hover {
	background: #323232;
	color: #686868;
}
/*Slick Slider Common Styles*/
.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	z-index: 9;
	background: #3a3a3a;
	background: rgba(58, 58, 58, 0.5);
	border-radius: 50%;
	padding: 25px;
	width: 70px;
	height: 70px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
}

.slick-slider .slick-arrow:hover {
	background: #3a3a3a;
}

.slick-slider .fa-angle-left {
	left: 45px;
}

.slick-slider .fa-angle-right {
	right: 45px;
}
/*Tabs Styles*/
#tabs, #widget-tabs {
	z-index: 1;
	position: relative;
	margin-bottom: 50px;
}

.tab-list li {
	float: left;
	outline: none;
	margin: 0 !important;
}

.tab-list li:before {
	content: "";
}

.tab-list li.ui-tabs-active a {
	color: #333;
	background: #fff;
}

.tab-list a {
	font-size: 16px;
	font-weight: 600;
	padding: 16.5px 30px;
	border-radius: 0;
	outline: none;
}

.tab-list a:focus {
	outline: none;
	outline-offset: 0;
	box-shadow: none;
}

.tab-list a:active:focus {
	outline: none;
	outline-offset: 0;
	box-shadow: none;
}

.tab-list a:before {
	content: "" !important;
}

.tab-content {
	display: block;
	margin-top: 30px;
}

.tab-content.current {
	display: block;
}
/*Site Banner*/
#site-banner {
	background: url("../images/banner.jpg") center no-repeat;
	padding: 150px 0;
	position: relative;
	max-height: 400px;
	margin-bottom: 70px;
}

#site-banner:after {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
}

#site-banner h1 {
	color: #fff;
	margin: 0;
}

#site-banner .breadcrumb {
	background: none;
	color: #fff;
}

#site-banner .container {
	position: relative;
	z-index: 1;
}

#site-banner a {
	color: #fff;
}

#site-banner a:hover {
	color: #333;
}

#site-banner li {
	color: #fff;
}

#site-banner ol {
	margin-bottom: 0;
}
/*Pagination Styles*/
#pagination {
	margin: 40px 0 10px -10px;
	padding: 0;
}

#pagination li {
	list-style: none;
	display: inline-block;
	margin-left: 10px;
}

#pagination a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #333;
	background: #fff;
	padding: 10px 18px;
	display: inline-block;
}

#pagination a:hover, #pagination li.active a {
	background: #6c98e1;
	color: #fff;
}

#pagination .disabled a {
	color: #b5b5b5;
	cursor: default;
	pointer-events: none;
}
/*breadcrumb Styles*/
.breadcrumb>li+li:before {
	content: "\f105";
	display: inline-block;
	margin-right: 2px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*Contact Form*/
.contact-form {
	margin-bottom: 70px;
}

.contact-form h4 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

.contact-form input[type="text"], .contact-form input[type="email"],
	.contact-form textarea {
	border: 1px solid #e5e5e5;
	padding: 10px 10px 10px 35px;
	width: 100%;
	outline: none;
	border-radius: 5px;
}

.contact-form .common {
	float: left;
	width: calc(50% - 10px);
	margin-right: 20px;
}

.contact-form .common.nth {
	margin-right: -20px;
}

.contact-form .form-author:before {
	content: "\f007";
}

.contact-form .form-email:before {
	content: "\f0e0";
}

.contact-form .form-comment:before {
	content: "\f075";
}

.contact-form .form-submit:before {
	content: "";
}

.contact-form .form-phone:before {
	content: "\f095";
}

.contact-form .form-subject:before {
	content: "\f02d";
}

.contact-form p {
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}

.contact-form p:before {
	content: "\f105";
	margin-right: 5px;
	position: absolute;
	left: 15px;
	top: 17px;
	color: #b5b5b5;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.contact-form label.error {
	display: none !important;
}

.contact-form input.error {
	border-color: red;
}
/*3d Btn Styles */
.btn-3d {
	position: relative;
	perspective: 800px;
	transition: background 0.6s;
	transform-origin: 50% 0;
	transform-style: preserve-3d;
}

.btn-3d::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #427ad8;
	border-radius: inherit;
	color: inherit;
	content: attr(data-hover);
	transform: rotateX(270deg);
	transition: transform 0.6s;
	transform-origin: 0 0;
	pointer-events: none;
	padding: inherit;
	font: inherit;
}

.btn-3d:hover::before, .btn-3d:focus::before {
	transform: rotateX(10deg);
}

#ajax-loader {
	display: none;
	margin-top: 8px;
	float: right;
}

#message-container, #error-container {
	display: none;
	color: red;
}

.blog-single-page {
	background: #fff;
}
/*Filter Styles*/
#filter-container {
	position: relative;
}

#filter-container .mix {
	position: relative;
	transition-duration: 0s;
}

.controls {
	margin-left: -20px;
}

.controls span {
	display: inline-block;
	margin-left: 20px;
	cursor: pointer;
	text-transform: uppercase;
	line-height: 30px;
}

.controls span:hover {
	color: #6c98e1;
}

.controls .mixitup-control-active {
	color: #6c98e1;
}

.layout-item-wrap, .layout-item {
	transition-duration: 0.4s;
}
/* Header Styles */
#site-header {
	padding-bottom: 18px;
	background: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
}

#site-header-top {
	background: #333;
	font-size: 12px;
	color: #919191;
	margin-bottom: 24px;
}

#site-header-top p {
	font-size: inherit;
	color: inherit;
	line-height: 30px;
	margin: 9px 0 6px 0;
}

#site-header-top .fa {
	margin-right: 4px;
	font-size: 15px;
	vertical-align: middle;
}

#site-header-top select {
	outline: none;
}

.currency-in-header, .language-in-header, .header-btn {
	float: right;
}

.currency-in-header, .language-in-header {
	margin: 14px 0 6px 20px;
}

.currency-in-header select, .language-in-header select {
	border: none;
	outline: none;
	background-image: url("../images/header-arrow.png");
}

.header-btn {
	font: 600 12px 'Montserrat', sans-serif;
	margin-left: 20px;
	border-radius: 0;
}

#site-nav {
	text-transform: uppercase;
	background: none;
	border: none;
	font-family: 'Montserrat', sans-serif;
	margin-top: 5px;
	margin-left: -45px;
}

#site-nav li {
	list-style: none;
}

#site-nav li:hover>a {
	color: #6c98e1;
}

#site-nav a {
	color: inherit;
	display: block;
}

#site-nav a:hover {
	color: #6c98e1;
}

#site-nav .nav>li {
	margin-left: 35px;
}

#site-nav .nav>li>a {
	padding: 10px 0;
}

#site-nav li {
	position: relative;
}

#site-nav li ul {
	position: absolute;
	left: 170px;
	top: -6px;
	display: none;
	min-width: 200px;
	background: #fff;
	padding: 10px 15px;
	z-index: 99;
}

#site-nav li ul li {
	padding-bottom: 7px;
	margin-bottom: 7px;
	color: white;
}

#site-nav li ul li:last-child {
	border-bottom: 0;
	padding: 0;
	margin: 0;
}

#site-nav>ul>li>ul {
	left: 0;
	top: 40px;
	box-shadow: black 0px 0px 2px;
	box-radius: 4px;
	background: rgba(1, 0, 0, 0.7);
}

.contact-in-header {
	border-left: 1px solid #dfdfdf;
	margin-left: 30px;
	padding-left: 27px;
}

.contact-in-header .fa {
	font-size: 61px;
	color: #6c98e1;
	float: left;
	margin-right: 15px;
	line-height: 51px;
}

.contact-in-header span {
	color: #999999;
}

.contact-in-header strong {
	font-size: 21px;
	color: #6c98e1;
}
/* Main Slider Styles */
.main-slider-wrapper {
	position: relative;
}

.main-slider-wrapper #slider-contents {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.main-slider-wrapper .jumbotron {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	background: none;
	padding: 0;
	margin: auto;
	margin-top: -123px;
}

.main-slider-wrapper h1 {
	color: #fff;
	font-size: 60px;
	margin: 0 0 14px 0;
}

.main-slider-wrapper p {
	font-size: 17px;
	color: #fff;
}

.main-slider-wrapper .contents {
	margin-bottom: 45px;
}

.main-slider-wrapper .btn {
	margin-right: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

.main-slider-wrapper .btn-border {
	background: none;
	border: 2px solid #fff;
	padding: 13px 18px;
}

.main-slider-wrapper .btn-border:hover {
	background: #fff;
	color: #333;
}

.main-slider-wrapper .btn-warning.btn-3d::before {
	background: #ec8b1b;
}

.marketing-small-pic{
	width:60%;
}

#advance-search {
	position: relative;
	padding-bottom: 35px;
	z-index: 99;
	background: #f6f6f6;
}

#advance-search fieldset {
	width: 85%;
	float: left;
}

#advance-search .top-btn {
	font-size: 16px;
	font-weight: 600;
	padding: 16.5px 30px;
	border-radius: 0;
	margin-top: -85px;
	color: #333;
	background: #fff;
}

#adv-search-form {
	margin-top: 30px;
}

#adv-search-form select, #adv-search-form input {
	width: 23%;
	height: 50px;
	margin-right: 2%;
	float: left;
	margin-bottom: 15px;
	border: 1px solid #dfdfdf;
	padding: 9px;
	outline: none;
}

#adv-search-form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: inherit;
	opacity: 1;
}

#adv-search-form input::-moz-placeholder {
	/* Firefox 19+ */
	color: inherit;
	opacity: 1;
}

#adv-search-form input:-ms-input-placeholder {
	/* IE 10+ */
	color: inherit;
	opacity: 1;
}

#adv-search-form input:-moz-placeholder {
	/* Firefox 18- */
	color: inherit;
	opacity: 1;
}

#adv-search-form .btn[type="submit"] {
	width: 15%;
	float: left;
	padding: 32px 15px;
	font-weight: 600;
}

#home-property-listing {
	padding: 10px 0 60px 0;
	background: #f5f5f5;
}

#home-property-for-rent-listing {
	padding: 10px 0 60px 0;
}

#home-property-for-rent-listing .section-header {
	color: #fff;
}

#home-property-for-rent-listing .section-header h2 {
	color: inherit;
}

#home-property-for-rent-listing .section-header h2::before,
	#home-property-for-rent-listing .section-header h2::after {
	border-color: inherit;
}

#home-property-for-rent-listing .section-header p {
	color: #8d8d8d;
}

.property-for-rent-slider .slick-arrow {
	background: none;
	border: 1px solid #8d8d8d;
	color: #8d8d8d;
	width: 40px;
	height: 40px;
	padding: 0;
	line-height: 38px;
}

.property-for-rent-slider .slick-arrow:hover {
	background: #8d8d8d;
	color: #333;
}

.property-for-rent-slider .fa-angle-left {
	left: -40px;
}

.property-for-rent-slider .fa-angle-right {
	right: -40px;
}
/*Property Styles*/
.property .btn-sale {
	font-size: 10px;
	font-weight: 600;
	position: absolute;
	left: 8px;
	top: 8px;
	padding: 3px 7px 2px 7px;
	z-index: 1;
}

.property .btn-sale:hover {
	background: #333;
}

.property .property-contents {
	margin: 0 10px;
}

.property .property-header {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 14px;
	margin: 15px 0;
}

.property .entry-title {
	text-transform: capitalize;
	margin: 0 0 8px 0;
}

.property .entry-title a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: nowrap;
}

.property .property-location {
	font-size: 12px;
	color: #999;
	display: block;
}

.property .property-location .fa {
	margin-right: 5px;
	font-size: 14px;
}

.property .btn-price {
	font-size: 15px;
	font-weight: 600;
}

.property .property-meta {
	color: #707070;
	font-size: 13px;
	margin-left: -19px;
}

.property .property-meta span {
	color: inherit;
	float: left;
	margin-left: 19px;
	margin-bottom: 2px;
}

.property .property-meta .fa {
	font-size: 14px;
	margin-right: 5px;
}

.property .author-box {
	display: none;
	font-size: 12px;
}

.property .author-box .author-img {
	float: left;
	margin-right: 10px;
}

.property .author-box .author-img img {
	border-radius: 50%;
}

.property .author-box .author-name {
	font-size: inherit;
	margin: 5px 0 0 0;
	color: inherit;
	display: block;
	font-style: normal;
}

.property .author-box .phone {
	font-weight: 600;
	font-size: inherit;
}

.property .author-box .phone .fa {
	color: #6c98e1;
	margin-right: 5px;
}

.property .contents {
	display: none;
	margin-bottom: 10px;
}

.list-style .feature-image {
	margin: 0 20px 0 0;
	float: left;
	width: calc(43% - 20px);
}

.list-style .property-contents {
	margin: 20px 20px 0 0;
	float: left;
	width: calc(57% - 20px);
}

.list-style .property-meta {
	margin-bottom: 18px;
}

.list-style .author-box, .list-style .contents {
	display: block;
}

#home-features-section .feature {
	margin-bottom: 30px;
}

#home-features-section .feature .icon {
	margin-bottom: 33px;
	display: block;
	min-height: 80px;
	vertical-align: middle;
}

#home-features-section .feature h6.entry-title {
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

#home-features-section .feature p {
	line-height: 24px;
	color: #707070;
}

#footer {
	background: #323232;
	color: #919191;
}

#footer a {
	color: inherit;
}

#footer a:hover {
	color: #fff;
}

#footer .social-icons .fa:hover {
	color: #333;
	background: #fff;
}

.site-footer {
	background: url("../images/footer-bg.png") bottom center no-repeat;
}

.site-footer .widget {
	margin-bottom: 50px;
}

.site-footer h4 {
	margin: 0 0 30px 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 20px;
}

.site-footer .about-widget .footer-logo {
	margin-top: -20px;
}

.site-footer-bottom {
	background: #272727;
	padding: 27px 0;
}

.site-footer-bottom p {
	margin: 0;
}

.site-footer-bottom .footer-nav ul {
	margin: 0 0 0 -25px;
	padding: 0;
}

.site-footer-bottom .footer-nav li {
	list-style: none;
	float: left;
	margin-left: 25px;
	color: inherit;
}

#twitter-feeds ul {
	margin: 0;
	padding: 0;
}

#twitter-feeds ul li {
	list-style: none;
	clear: both;
}

#twitter-feeds .avatar {
	width: 50px;
	float: left;
	margin-right: 10px;
}

#twitter-feeds .avatar img {
	max-width: 100%;
}

#twitter-feeds .tweet {
	overflow: hidden;
}
/*About Widget Styles*/
.about-widget .footer-logo {
	margin: 0 0 30px 0;
	display: block;
}

.about-widget p {
	margin-bottom: 35px;
	line-height: 26px;
	color: inherit;
}
/*Quick Links Widget Styles*/
.quick-links ul {
	margin: 0;
	padding: 0;
}

.quick-links ul li {
	list-style: none;
	color: inherit;
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

.quick-links ul li:last-child {
	margin-bottom: 0;
}

.quick-links ul li:before {
	content: "\f105";
	margin-right: 5px;
	color: inherit;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.quick-links ul a {
	color: inherit;
}
/*Address Widget Styles*/
.address-widget ul {
	margin: 0;
	padding: 0;
}

.address-widget ul li {
	list-style: none;
	margin-bottom: 20px;
	color: inherit;
}

.address-widget ul .fa {
	margin-right: 5px;
}

.property-taxonomies li span {
	color: #999;
}
/*Tag Widget Styles*/
.widget_tag_cloud a {
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
	color: #333;
	font-size: 14px !important;
}

.widget_tag_cloud a:hover {
	color: #6c98e1;
}

.widget_tag_cloud a:last-child {
	margin-right: 0;
}
/*Recent Posts Style*/
.widget-post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.widget-post:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.widget-post p.entry-title {
	margin: 0;
}

.widget-post p.entry-title a {
	color: #333;
}

.widget-post p.entry-title a:hover {
	color: #6c98e1;
}
/*Categories Widget Styles*/
.widget_categories li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	color: #999;
	font-size: 13px;
}

.widget_categories li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.widget_categories li::before {
	content: "\f0da" !important;
	color: #333;
}

.widget_categories a {
	color: #333;
	font-size: inherit;
}

.widget_categories a:hover {
	color: #6c98e1;
}
/*Recent Properties*/
.recent-properties .property {
	padding: 0 0 13px 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.recent-properties .property:last-of-type {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.recent-properties .feature-image {
	width: 40%;
	margin: 0 5% 0 0;
	float: left;
}

.recent-properties .entry-title {
	margin: 0 0 5px 0;
}

.recent-properties .btn-price {
	color: #6c98e1;
	display: block;
	margin-bottom: 7px;
	padding: 0;
}

.recent-properties .property-contents {
	float: left;
	width: 55%;
	margin: 0;
}

.recent-properties .property-meta {
	margin: 0 0 0 -5%;
}

.recent-properties .property-meta span {
	width: 45%;
	margin: 0 0 2px 5%;
	font-size: 12px;
	color: #999;
}
/*Advance Search Widget Styles*/
#advance-search-widget fieldset {
	width: 100%;
}

#advance-search-widget fieldset>div {
	width: calc(50% - 7.5px);
	float: left;
	margin-bottom: 15px;
	margin-left: 15px;
}

#advance-search-widget fieldset>div:first-of-type {
	width: 100%;
	margin: 0 0 15px 0;
}

#advance-search-widget fieldset>div:nth-child(2) {
	width: 100%;
	margin: 0 0 15px 0;
}

#advance-search-widget fieldset>div:nth-child(2n+1) {
	margin-left: 0;
}

#advance-search-widget select, #advance-search-widget input {
	width: 100%;
	margin: 0;
}

#advance-search-widget .btn[type="submit"] {
	width: 100%;
	padding: 18px 20px;
	margin-top: 10px;
}

#advance-search-widget .tab-list {
	margin-right: -30px;
	margin-left: -30px;
	margin-top: -30px;
	background: #f5f5f5;
}

#advance-search-widget .tab-list a {
	padding: 16.5px 23.1px;
	color: inherit;
}

#advance-search-widget .tab-list a:hover {
	color: #fff;
	background: #6c98e1;
}

#advance-search-widget #adv-search-form {
	margin-top: 0;
}
/* Announcement Styles*/
#announcement-section {
	position: relative;
	background: url("../images/announcement-bg.jpg") center no-repeat;
	padding: 120px 0;
}

#announcement-section:after {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	background: rgba(36, 70, 221, 0.5);
}

#announcement-section h2.title {
	font-size: 45px;
	color: #fff;
	text-transform: capitalize;
	margin: 0 0 20px 0;
}

#announcement-section p {
	color: #fff;
	margin-bottom: 40px;
}

#announcement-section .container {
	position: relative;
	z-index: 1;
}

#property-listing {
	padding: 60px 0;
}

#property-listing .section-header {
	margin-bottom: 50px;
}

#property-listing .section-header h2 {
	margin-bottom: 10px;
}

.property-sorting {
	margin-right: 30px;
	margin-top: 15px;
}

.property-sorting label {
	font-weight: normal;
}

.property-sorting select {
	border: 0;
	background: none;
	outline: none;
	color: #6c98e1;
	cursor: pointer;
}

.layout-view {
	margin-top: 15px;
}

.layout-view .fa {
	margin: 5px 0 0 10px;
	float: right;
	cursor: pointer;
}

.layout-view .fa:hover {
	color: #6c98e1;
}

.layout-view .selected {
	color: #6c98e1;
}

.property-map-wrapper {
	position: relative;
	margin-left: -15px;
}

.property-map-wrapper #advance-search {
	position: absolute;
	bottom: 0;
	z-index: 1;
	background: none;
	margin: 0 15px 0 15px;
	padding-bottom: 0;
}

.property-map-wrapper #advance-search .top-btn {
	margin-top: -40px;
}

.property-map-wrapper #advance-search .top-btn:hover {
	background: #6c98e1;
	color: #fff;
}

.property-map-wrapper #advance-search .top-btn.active {
	background: #6c98e1;
	color: #fff;
}

.property-map-wrapper #advance-search select {
	background: url("../images/arrow.png") 96% 50% no-repeat #fff;
}

.property-map-wrapper #adv-search-form {
	display: none;
}

#property-map {
	width: 100%;
	height: 800px;
	margin-top: -30px;
}

#property-map-view {
	padding-top: 30px;
}

#property-sidebar .widget {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
}

#property-sidebar .widget h5.title {
	margin: 0 0 25px 0;
	font-weight: 400;
	text-transform: uppercase;
}

#property-sidebar ul {
	padding: 0;
	margin: 0;
}

#property-sidebar ul li {
	color: inherit;
	margin-bottom: 10px;
	list-style: none;
}

#property-sidebar ul li:last-child {
	margin-bottom: 0;
}

#property-sidebar ul a:before {
	content: "\f105";
	margin-right: 5px;
	color: inherit;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#sidebar {
	margin: 0 30px;
}

#sidebar .widget {
	margin-bottom: 60px;
}

#sidebar h4.title {
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar li {
	list-style: none;
}

#sidebar li:before {
	content: "\f105";
	margin-right: 5px;
	color: inherit;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#sidebar li.active1:before {
	content: "\f107";
}

#property-single {
	margin-bottom: 60px;
}

#property-single #main-slider {
	margin-bottom: 90px;
}

#property-single .common {
	padding: 30px;
	background: #fff;
	margin-bottom: 50px;
}

#property-single .common h4 {
	margin: 0;
}

#property-single .common .print-btn {
	font-size: 12px;
}

#property-single .common .entry-title {
	margin-bottom: 30px;
	padding-bottom: 30px;
	margin-top: 0;
	border-bottom: 1px solid #e5e5e5;
	text-transform: none;
}

#property-single .common h3.entry-title {
	line-height: 20px;
}

#property-single .agent-box .agent-image {
	margin-right: -15px;
	margin-bottom: 30px;
	display: block;
}

#property-single .agent-box .agent-name {
	font-size: 15px;
	font-weight: 600;
	color: #333;
	font-style: normal;
	margin-bottom: 5px;
	display: block;
}

#property-single .agent-box .designation {
	margin-bottom: 20px;
	display: block;
}

#property-single .agent-box .agent-social-handlers {
	margin: 0 0 20px -5%;
	padding: 0;
}

#property-single .agent-box .agent-social-handlers li {
	list-style: none;
	float: left;
	margin: 0 0 5px 5%;
	width: 45%;
}

#property-single .agent-box .agent-social-handlers a {
	color: #333;
}

#property-single .agent-box .agent-social-handlers .fa {
	margin-right: 3px;
}

#property-single .agent-box p {
	margin-bottom: 25px;
}

.property-single-meta ul {
	margin: 0;
	padding: 0;
}

.property-single-meta ul li {
	list-style: none;
	color: #6c98e1;
	margin-bottom: 20px;
}

.property-single-meta ul li:last-child {
	margin-bottom: 0;
}

.property-single-meta ul li span {
	width: 120px;
	display: inline-block;
	color: #707070;
}
/*Property Features Styles*/
.property-single-features-list {
	padding: 0;
	margin: 0 0 0 -3.333333%;
}

.property-single-features-list li {
	width: 30%;
	margin-left: 3.333333%;
	list-style: none;
	float: left;
	margin-bottom: 10px;
	color: #333333;
}

.property-single-features-list li:last-child {
	margin-bottom: 0;
}

.property-single-features-list li:before {
	content: "\f058";
	margin-right: 5px;
	color: inherit;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.property-single-features-list li.disabled {
	color: #b5b5b5;
}

.property-single-features-list li.disabled:before {
	content: "\f00d";
	color: #fff;
	background: #e5e5e5;
	padding: 2px 3px;
	border-radius: 50%;
	font-size: 8px;
}
/*Property Video Styles*/
.property-video .entry-title {
	border-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.property-video iframe {
	width: 100%;
	height: 430px;
	border: 0;
	padding: 0;
	margin: 0;
}

.property-agent .address-widget li {
	color: #6c98e1;
	margin-bottom: 5px;
}
/*Agent Form Styles*/
.agent-contact-form input[type="text"], .agent-contact-form textarea {
	background: #f6f9fa;
	color: #707070;
	font-size: 12px;
	margin-bottom: 10px;
	width: 100%;
	padding: 14px;
	border: 1px solid #dae2e9;
}

.agent-contact-form .btn[type="submit"] {
	width: 100%;
}

.property-agent .address-widget li {
	margin-bottom: 9px;
}

.blog-post {
	margin-bottom: 50px;
}

.blog-post .feature-image {
	position: relative;
	float: left;
	width: 43%;
}

.blog-post .feature-image .updated {
	font-family: 'Montserrat', sans-serif;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	border-radius: 0;
	line-height: 21px;
}

.blog-post .feature-image .updated strong {
	font-size: 23px;
	font-weight: 700;
	display: block;
}

.blog-post .post-contents {
	width: calc(57% - 40px);
	float: left;
}

.blog-post .entry-title {
	margin: 10px 0 25px 0;
	text-transform: uppercase;
}

.blog-post .contents {
	margin-bottom: 25px;
}

.blog-post .post-meta {
	margin-left: -3.33333%;
	font-size: 12px;
}

.blog-post .post-meta span, .blog-post .post-meta>a {
	float: left;
	width: 30%;
	margin-left: 3.33333%;
	font-size: inherit;
}

.blog-post .post-meta span {
	color: #999;
}

.blog-post.list-style .feature-image {
	margin: 0 30px 0 0;
	float: left;
	width: calc(40% - 30px);
}

.blog-post.list-style .post-contents {
	width: 60%;
	float: left;
	margin: 15px 0 0 0;
}

.gallery-item .btn-sale {
	left: -10px;
	top: 0px;
	border-radius: 0;
	padding: 2px 4px;
	z-index: 9;
}

.gallery-item .btn-sale:before, .gallery-item .btn-sale:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	z-index: -1;
	transition-duration: 0.3s;
}

.gallery-item .btn-sale:before {
	width: 30px;
	left: -10px;
	top: 10px;
	border-width: 13px 6px;
	border-style: solid;
	border-color: #f0a34a #f0a34a #f0a34a transparent;
}

.gallery-item .btn-sale:after {
	left: 0px;
	top: 100%;
	border-width: 5px 10px;
	border-style: solid;
	border-color: #ec8b1b #ec8b1b transparent transparent;
}

.gallery-item .btn-sale:hover:before {
	border-color: #333 #333 #333 transparent;
}

.gallery-item .btn-sale:hover:after {
	border-color: #000 #000 #000 transparent;
}

#blog-listing {
	margin-bottom: 70px;
}

#blog-listing .property-sorting, #blog-listing .layout-view {
	margin-top: 0;
	margin-bottom: 0;
}

#blog-single {
	background: #fff;
}

.single-post {
	margin-bottom: 40px;
	padding: 40px 0;
}

.single-post .feature-image {
	margin-bottom: 50px;
	float: none;
	width: 100%;
}

.single-post .post-meta {
	margin-bottom: 25px;
	margin-left: 0;
}

.single-post .post-meta .entry-title {
	margin-bottom: 10px;
	text-transform: capitalize;
}

.single-post .post-meta .updated {
	float: left;
	margin-right: 25px;
	border-radius: 0;
	padding: 14px 18px;
}

.single-post .post-meta .updated strong {
	font-size: 23px;
	font-weight: 700;
	display: block;
}

.single-post .post-meta span {
	width: auto;
	margin-right: 20px;
	margin-left: 0;
}

.single-post .post-footer-meta {
	line-height: 30px;
}

.single-post .social-share span, .single-post .tags span {
	font-family: 'Montserrat', sans-serif;
	color: #333;
	font-weight: 700;
	float: left;
	margin-right: 5px;
}

.single-post .social-share {
	float: right;
}

.single-post .social-share .social-icons {
	float: left;
}

.single-post .social-share span {
	margin-right: 20px;
}

.single-post .social-share .fa {
	background: #e5e5e5;
	color: #333;
}

.single-post .social-share .fa:hover {
	background: #6c98e1;
}
/*Comments Styles*/
#comments article {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}

#comments h4 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 25px 0;
	font-weight: 400;
}

#comments ol {
	margin: 0;
	padding: 0;
}

#comments ol li {
	list-style: none;
}

#comments h5.author {
	float: left;
	margin-right: 15px;
}

#comments cite.fn a {
	font-style: normal;
	font: 400 14px 'Montserrat', sans-serif;
	color: #333;
	text-transform: uppercase;
}

#comments .author-img {
	float: left;
	margin-right: 25px;
	width: 80px;
}

#comments .author-img img {
	border-radius: 50%;
}

#comments .comment-detail-wrap {
	display: table;
}

#comments .comment-body {
	clear: both;
}

#comments .comment-meta {
	margin-bottom: 10px;
}

#comments .comment-meta time {
	font-size: 12px;
	color: #999;
	margin-top: 11.5px;
	float: left;
}

#comments .comment-reply-link {
	font: 400 12px 'Montserrat', sans-serif;
	padding: 8px 14px;
	margin-top: 15px;
}

#comments .children {
	padding: 0;
	margin: 0 0 0 50px;
}

#comments p {
	font-size: 13px;
	color: #707070;
}
/*Blog Grid Styles*/
.grid-style .blog-post {
	padding: 40px 10px 10px 10px;
	margin: 30px 0px;
}

.grid-style .feature-image {
	width: auto;
	float: none;
	margin-bottom: 20px;
}

.grid-style .entry-title, .grid-style .contents {
	margin: 0 0 20px 0;
	text-transform: none;
}

.grid-style .post-contents {
	width: auto;
	float: none;
	margin: 10px;
	margin-top: 0;
}

.grid-style .post-meta span, .grid-style .post-meta>a {
	width: auto;
}

.grid-style .post-meta span {
	margin-right: 10px;
}

#contact-page .entry-title {
	margin-top: 0;
	margin-bottom: 20px;
}

#contact-page .contact-form-wrapper .contents {
	margin-bottom: 45px;
}

#contact-page .contact-form-wrapper .contents p {
	margin-bottom: 10px;
}

.contact-page-var-one {
	padding-bottom: 70px;
}

.contact-page-var-one #map-canvas {
	height: 350px;
}

.contact-page-var-two #map-canvas {
	height: 500px;
}

.contact-page-contents {
	color: #707070;
}

.contact-page-contents .fa {
	font-size: 20px;
	padding: 15px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #ea923a;
	border: 2px solid #ea923a;
	margin-right: 20px;
	float: left;
	border-radius: 50%;
}

.contact-page-contents .contents {
	display: table;
	margin-bottom: 38px;
}

.contact-page-contents .contents .title {
	font: 700 14px "Poppins", "sans-serif";
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 10px;
}

.contact-page-contents ul {
	margin: 0;
	padding: 0;
}

.contact-page-contents ul li {
	list-style: none;
	color: inherit;
}

#map-canvas {
	width: 100%;
}

.top-right-bg a img {
	display: none;
	position: absolute;
	top: 55px;
	right: 0;
	margin-left: -120px;
	z-index: 5;
}

.top-right-bg a:hover img {
	display: block;
}

#home-features-section {
	padding: 30px 0 30px 0;
	background: #1f2847;
}

.cy-intro-wrap {
	margin: 48px auto;
	display: flex;
	align-items: center;
}

.cy-intro-wrap img {
	width: 370px;
}

.active {
	color: #999;
}

.active1 a {
	color: #999;
}

.active a {
	color: #999;
}

#items-wrap {
	margin: 0 auto;
}

#items-wrap img {
	height: 150px;
}

#items-wrap .col-sm-6 {
	height: 330px;
	padding-left: 10%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-flow: column;
}

.text-indent {
	text-indent: 2em;
	margin: 0;
}

#our-honor-wrap>ul>li {
	display: flex;
	margin-bottom: 20px
}

#our-honor-wrap>ul img {
	width: 80px;
	height: 80px;
	margin-right: 20px;
	border-radius: 5px;
	margin-top: 11.5px;
	max-width: unset;
}

#our-honor-wrap>ul>li>div p:nth-child(3) {
	display: flex;
	justify-content: flex-end;
	color: #6c98e1;
}

#marketing-wrap .col-sm-6:nth-child(even) {
	padding-right: 6%;
	width: 300px;
}

#marketing-wrap .block {
	margin-bottom: 60px;
	margin-top: 60px;
}

.our-honor-active {
	color: #b5b5b5;
}

#next {
	margin-left: 20px;
}

/* �ײ�  */
.agent-form {
	display: flex;
	justify-content: space-between;
}

h6.h6white {
	color: #fff;
}

.lxwm-form-el {
	margin-left: 10px;
	margin-right: 10px;
}

input.lxwm-form-el {
	padding: 5px 10px;
	color: #666;
	border-radius: 5px;
}

input.lxwm-form-el:focus {
	box-shadow: 1px 1px 3px #000;;
}

div.lxwm-form-el {
	border: 1px solid #f39900;
	height: 37px;
	width: 180px;
	display: inline-block;
	font-size: 15px;
	padding-top: 4px;
	text-align: center;
	cursor: pointer;
}

button.btn-down {
	height: 37px;
	width: 180px;
	display: inline-block;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
	padding: 0px;;
}

button.btn-tjiaoliuyan {
	height: 37px;
	width: 180px;
	padding: 0px;
	background-color: #f39900;
	font-size: 15px;
}

button.btn-tjiaoliuyan:hover {
	background-color: #f37917;
}

.lxfs-form-el {
	margin-bottom: 7px;
}

input.lxfs-form-el {
	padding: 5px 10px;
	color: #666;
	width: 310px;
}

input.lxfs-form-el:focus {
	box-shadow: 1px 1px 3px #000;
}

button.btn-tijiao {
	height: 37px;
	width: 310px;
	padding: 0px;
	font-size: 15px;
}

.lxfs-form-el span {
	padding: 12px 10px;
	cursor: pointer;
}

/* �ײ����� */
#marketing-wrap h2 {
	margin-bottom: 34px;
}

.open-ssp-item {
	margin-top: 42px;
}

.sem-item {
	width: 80%;
	margin: auto;
}

.sem-object {
	width: 80%;
	margin: auto;
}

.sem-object>div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}

#landing-wrap {
	
}

.link-way {
	display: flex;
	flex-flow: column;
}

.link-way-wrap {
	margin-top: 57px;
}

.link-way p {
	margin-top: 30px;
	color: white;
}

.link-way input {
	margin: 10px 20px;
	border-radius: 5px;
}

.link-way button {
	width: 250px;
	margin: 20px;
	border-radius: 5px;
}

.landing-form {
	width: 280px;
	border: 1px solid;
	background: #007aff;
	border-radius: 5px;
}

.landing-form h4 {
	margin-left: 20px;
	margin-top: 30px;
	color: white;
}

.test-code {
	margin-left: 20px;
	color: white;
	margin-top: 10px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.test-code img {
	height: 30px;
	margin-right: 10px;
	border-radius: 2px;
}

.sem-items {
	display: flex;
	align-items: center;
	width: 70%;
	justify-content: space-between;
	margin: auto;
}

.sem-items>div {
	display: flex;
	align-items: center;
}

.aim-target {
	width: 60%;
}

.sem-total {
	margin-bottom: 30px;
}

.sem-items1 {
	margin-top: 30px;
}

.sem-items-wrap {
	display: flex;
}

.sem-items img {
	margin-right: 10px;
}

.footer-item>a {
	margin: 2px;
}

.coperation-bg {
	background: url("../../assets/images/customs-marketing/$R0ASHP0.jpg")
		no-repeat;
	background-size: cover;
	height: 100%;
}

.flex-jc-ac {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-end-ac {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.flex-jc-as {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.customs-marketing-wrap>div>img {
	width: 90px;
	height: 90px;
}

.flex-column-ac {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}

.coperation-bg-cover {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	top: 0;
	position: absolute;
}

.flex-column-jc-ac {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
}

.h2-style {
	margin-top: 60px;
	margin-bottom: 38px;
}

.flex-jsb-as {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.flex-as {
	display: flex;
	align-items: flex-start;
}

.flex-jsb-as-wrap {
	width: 64%;
	margin: auto;
}

.h6-style {
	width: 80%;
	margin: 0 auto 38px;
}

.customs-marketing-bottom {
	margin-bottom: 77px
}

.customs-marketing-bottom img {
	width: 300px;
	margin-right: 30px;
}

.h6-color, .h2-color, .h4-color {
	color: white;
}

.cdp-item>div>img {
	width: unset;
	height: unset;
}

.cdp-wrap {
	width: 80%;
	margin: auto;
	margin-bottom: 113px;
}

.flex-jsb-ac {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-jsa-ac {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.business-case-wrap>a>img {
	padding: 60px 0;
	float: left;
}

#hengda-wrap img {
	width: 300px;
}

#success-case-ces img {
	width: 720px;
}

.securities-trader-wrap li {
	width: 20%;
	border: 1px solid;
	border-radius: 5px;
	display: flex;
	flex-flow: column;
	align-items: center;
	flex-wrap: wrap;
}

.securities-trader-wrap li>div:nth-child(1) {
	text-align: center;
	width: 100%;
	border-bottom: 1px solid;
	color: white;
}

.securities-trader-wrap li>div:nth-child(2) {
	display: flex;
	justify-content: center;
	align-items: center;
}

.securities-trader-wrap li>div:nth-child(2) p {
	width: 80%;
}

.coperation-bg-cover-wrap {
	height: 500px;
}

.coperation-contact {
	margin-top: 67px;
}

.profession span {
	margin: 0 10px;
}

.dmp-wrap ul, li {
	list-style: none;
}

.dmp-function  li {
	margin-top: 62px;
	height: 360px;
}

.flex {
	display: flex;
}

.flex-column-as {
	display: flex;
	align-items: flex-start;
	flex-flow: column;
}

.dmp-function .flex-column-ac {
	margin-top: 10%;
	border-radius: 5px;
	box-shadow: -5px 5px 15px #ebebeb;
	width: 90%;
	padding: 40px 0;
}

.dmp-function .flex-column-ac img {
	margin-bottom: 25px;
}

.container1 {
	width: 80%;
	margin: auto;
}

.dmp-function {
	margin-bottom: 80px;
}

.dmp-chara li {
	height: 496px;
	display: flex;
	align-items: center;
}

.dmp-chara li>div:nth-child(2) {
	width: 40% ��
}

.dmp-chara li:nth-child(even) {
	background: #f8f8fa;
}

.get-source {
	margin: auto;
	display: flex;
	justify-content: center;
}

.technical-support a:hover>h6 {
	color: #6c98e1;
}

.ctr-demo {
	color: #707070;
}

.ctr-demo:hover {
	color: #6c98e1;
}

#announcement-section h2.title  a {
	color: #fff;
}

#announcement-section h2.title  a:hover {
	color: #f4b156;
}

.contact-demo a:hover>h6 {
	color: #4487e9;
}

.news-trends {
	display: flex;
	flex-flow: nowrap column;
	margin-top: 20px;
}

.news-trends-img {
	width: 93%;
	display: block;
	margin: auto;
}

.news-trends-firstline {
	line-height: 39px;
}

.news-trends-wrap {
	background: #fff;
	padding: 13px 0;
	border-radius: 5px;
	position: relative;
}

.news-trends a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #707070;
}

.news-trends a  strong {
	color: white;
}

.news-trends a:hover {
	color: #6c98e1;
}

.consult {
	margin-bottom: 30px;
}

#home-property-for-rent-listing .section-header h2 {
	color: inherit;
}

.news-trends-firstline {
	font-size: 16px;
}

.our-index-coperator img {
	height: 70px;
	margin-bottom: 10px;
}

.index-honor-wrap {
	background: url(../images/awards/rongyu.png) center bottom no-repeat
		#f9f9f9;
}

#index-header #site-header {
	background: transparent;
	position: absolute;
	padding-top: 23px;
}

#index-header #site-header-top {
	display: none;
}

#index-header #site-nav .nav>li>a {
	color: white;
}

#index-header  #site-header {
	border-bottom: none;
}

#index-header #site-nav .nav>li>a {
	font-size: 15px;
}

#index-header .contact-in-header {
	color: white;
}

#index-header .contact-in-header strong {
	color: white;
}

#index-header .contact-in-header .fa {
	color: white;
}

#home-features-section h2, h6 {
	color: unset;
}

#home-features-section .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover,
	.nav-tabs>li.active>a:focus {
	background: unset;
	color: white;
	border: unset;
	border-bottom: 1px solid;
}

#home-features-section  p {
	margin: unset;
	color: white;
}

#home-features-section .right-arrow {
	width: 10px;
	height: 10px;
}

#home-features-section  .nav-tabs>li>a {
	border: unset;
	color: white;
}

.case-shadow {
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	top: 0;
}

.technical-support-wrap>div {
	width: 18%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-flow: column;
	height: 100%;
	text-align: left;
	border-radius: 10px;
	border: 1px solid;
	padding: 0 10px;
	height: 345px;
	position: relative;
}

.technical-support-wrap>div>p:nth-child(1) {
	font-weight: 700;
	font-size: 18px;
}

.technical-support-wrap>div a {
	padding: 5px 10px;
	border: 1px solid;
	border-radius: 5px;
}

.client-enter img:hover {
	border: 10px solid white;
}

.nav-tabs .active a {
	border-bottom: 1px solid white;
}

.nav-tabs a:focus {
	border-bottom: 2px solid white;
}

.circle-img {
	width: 338px;
}

#home-features-section .home-section-header h2::before {
	content: unset;
}

#home-features-section  .home-section-header h2::after {
	content: unset;
}

.technical-support-wrap>div img {
	position: absolute;
	top: -15px;
	right: -31px;
	width: 60px;
	height: 60px;
}

.ai-application-wrap {
	margin-bottom: 10px;
}

.ai-application-wrap h6 {
	width: 15%;
}

.ai-application--wrap p {
	width: 71%;
}

.flex-abass {
	display: flex;
	align-items: baseline;
}

.ai-insurance-wrap {
	margin-top: 60px;
}

.marketing-way-item {
	border: 1px solid;
	width: 70%;
	height: 260px;
	margin: auto;
	margin-bottom: 30px;
}

.marketing-way-item>div:nth-child(1) {
	border-bottom: 1px solid;
	padding: 20px;
}

.marketing-way-item>div:nth-child(2) {
	padding: 20px;
}

.marketing-res-distance {
	margin-top: 60px
}

.yxy-title {
	background: #758db9;
	width: 100%;
	padding: unset;
	padding: 10px;
	display: flex;
	align-items: center;
}

.yxy-title p {
	margin: unset;
	padding: unset;
	margin-left: 10px;
	color: white;
}

.yxy>p {
	padding: 10px;
}

.contact-demo h2 {
	margin: 50px 0;
}

@media ( min-width : 1200px) {
	#site-nav {
		margin-right: -30px;
	}
}

@media ( min-width : 1480px) {
	.technical-support-wrap {
		padding: 0 3%;
	}
	.circle-img {
		width: 460px;
	}
	.technical-support-wrap>div {
		width: 18%;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-flow: column;
		height: 100%;
		text-align: left;
		border-radius: 10px;
		border: 1px solid;
		padding: 0 30px;
		height: 345px;
		position: relative;
	}
}

@media ( min-width : 1200px) and (max-width: 1600px) {
	#property-map-view .list-style .property-contents {
		width: 100%;
		padding: 0 10px;
		margin-right: 0;
	}
	#property-map-view .list-style .feature-image {
		width: 100%;
	}
}
/* Large devices (large desktops, 1200px and down) */
@media ( max-width : 1200px) {
	.currency-in-header, .language-in-header, .header-btn {
		margin-left: 10px;
	}
	#site-nav .nav>li {
		margin-left: 20px;
	}
	.contact-in-header {
		display: none;
	}
	.contact-in-header strong {
		font-size: 18px;
	}
	.property-map-wrapper {
		margin-bottom: 30px;
	}
	.property-for-rent-slider .fa-angle-right {
		right: 0;
	}
	.property-for-rent-slider .fa-angle-left {
		left: 0;
	}
	#site-header {
		padding-bottom: 0;
	}
}

/* Medium devices (desktops, 992px and down) */
@media ( max-width : 992px) {
	.circle-dmp {
		display: block;
		margin-bottom: 10px;
	}
	#site-header-top {
		text-align: center;
		position: relative;
	}
	.currency-in-header {
		margin-left: 0;
	}
	.currency-in-header, .language-in-header, .header-btn {
		float: none;
		display: inline-block;
	}
	#slider-contents h1 {
		font-size: 40px;
	}
	#slider-contents .contents {
		margin-bottom: 10px;
	}
	.main-page #adv-search-form input, .main-page #adv-search-form select {
		width: 32%;
	}
	.main-page #adv-search-form fieldset, .main-page #adv-search-form .btn[type="submit"]
		{
		width: auto;
		float: none;
	}
	.main-page #adv-search-form .btn[type="submit"] {
		width: 100%;
		padding: 15px;
	}
	#footer .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
	#scroll-top {
		display: none !important;
	}
	.layout-view {
		display: none;
	}
	.property-sorting {
		margin-top: 7px;
	}
	#property-listing .section-header h2 {
		font-size: 25px;
	}
	.property-agent .address-widget {
		margin-bottom: 20px;
	}
	#site-banner {
		margin-bottom: 30px;
	}
	#property-map {
		height: 500px;
	}
	#blog-listing .section-header .pull-left, #blog-listing .section-header .pull-right
		{
		float: none !important;
	}
	#site-banner {
		padding: 70px 0;
	}
	#site-banner h1 {
		font-size: 30px;
	}
}

@media ( min-width : 600px) and (max-width: 992px) {
	.main-page #adv-search-form input:nth-child(3n), .main-page #adv-search-form select:nth-child(3n)
		{
		margin-right: 0;
	}
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and down) */
@media ( max-width : 768px) {
	body {
		margin-top: 60px;
	}
	#site-header {
		background: transparent;
	}
	#site-header-top .container:nth-child(1) {
		display: none;
	}
	.marketing-way-item {
		height: unset;
		width: 90%;
	}
	.ai-insurance-wrap {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.technical-support-wrap>div {
		width: unset;
	}
	#home-features-section {
		padding: 80px 0 0 0;
	}
	.coperation-bg-cover h2 {
		font-size: 15px;
	}
	.coperation-bg-cover-wrap {
		height: 258px;
	}
	#coperation h2 {
		font-size: 15px;
	}
	.coperation-contact h2 {
		font-size: 20px;
	}
	.z-cloud-wrap .col-sm-3 {
		text-align: center;
	}
	.z-cloud-wrap .col-xs-12 {
		text-align: center;
	}
	h2 {
		font-size: 20px;
	}
	.aim-target {
		width: unset;
	}
	.sem-item {
		width: unset;
	}
	.customs-marketing-wrap>div>img {
		width: 50px;
		height: 50px;
		margin-top: 20px;
	}
	.securities-trader-wrap {
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	.securities-trader-wrap li {
		width: 70%;
		margin-top: 20px;
	}
	#site-header-top+.container>.row {
		position: relative;
	}
	.slicknav_menu {
		display: inline-block;
		float: right;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 999;
	}
	.slicknav_nav {
		background: #333;
		width: 100%;
	}
	#site-nav {
		display: none;
	}
	#site-header .col-md-3 {
		float: left;
	}
	.contact-in-header span {
		float: left;
	}
	#slider-contents h1 {
		font-size: 20px;
	}
	#slider-contents .contents {
		margin-bottom: 0;
	}
	#slider-contents p {
		font-size: 14px;
	}
	#slider-contents .btn-lg {
		padding: 10px;
	}
	#slider-contents .btn-border {
		padding: 8px;
	}
	#advance-search.main-page .top-btn {
		padding: 10px 15px;
		margin-top: -72px;
	}
	#home-property-listing, #home-property-for-rent-listing,
		#home-features-section, #property-listing {
		padding: 30px 0;
	}
	.section-header {
		margin-bottom: 20px;
	}
	.section-header h2 {
		font-size: 20px;
	}
	#announcement-section {
		padding: 30px 0;
	}
	#announcement-section h2.title {
		font-size: 20px;
	}
	#announcement-section p {
		margin-bottom: 20px;
	}
	.site-footer {
		padding-top: 30px;
	}
	.site-footer .about-widget .footer-logo {
		margin-top: 0;
	}
	.site-footer .widget {
		margin-bottom: 30px;
	}
	.site-footer-bottom {
		text-align: center;
	}
	.site-footer-bottom p {
		margin-bottom: 10px;
		float: none !important;
		display: block;
	}
	.site-footer-bottom .footer-nav {
		float: none !important;
		display: block;
	}
	.site-footer-bottom .footer-nav li {
		float: none;
		display: inline-block;
	}
	#property-listing .section-header {
		margin-bottom: 30px;
	}
	#pagination {
		margin-top: 10px;
	}
	#property-single #main-slider {
		margin-bottom: 30px;
	}
	#property-single .common {
		padding: 20px;
		margin-bottom: 30px;
	}
	#property-single .common .entry-title {
		margin-top: 0;
		margin-bottom: 20px;
		padding-bottom: 20px;
		font-size: 20px;
	}
	.property-video iframe {
		height: 250px;
	}
	#property-single .agent-box p {
		margin: 10px 0;
	}
	.list-style .property-contents {
		width: 100%;
		padding: 0 10px;
		margin-right: 0;
	}
	.list-style .feature-image {
		width: 100%;
	}
	.dmp-chara li {
		height: 350px;
		display: flex;
		align-items: center;
	}
	.flex-column-ac img {
		width: 60px;
		height: 60px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.timing-in-header {
		float: left;
	}
	.blog-post {
		margin-bottom: 20px;
	}
	.blog-post .feature-image, .blog-post .post-contents {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		float: none;
	}
	.blog-post .entry-title {
		margin: 10px 0;
	}
	.blog-post .contents {
		margin-bottom: 15px;
	}
}

@media ( max-width : 600px) {
	.marketing-small-pic{
		width:100%;
	}
	.our-honor-title{
		font-size:20px;
	}
	#our-honor-wrap h4{
	    line-height: 24px;
	    font-size: 18px;
	}
	#our-honor-wrap>ul>div img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border-radius: 5px;
    margin-top: 11.5px;
    max-width: unset;
    display:none;
    }
    
    #our-honor-wrap ul {
    	padding:unset;
    }
	#sidebar{
		display:none;
	}
	
	.site-footer-bottom  span{
	display:block;
}
	.submit-btn {
		margin-top: 20px;
	}
	#advance-search {
		padding: unset;
	}
	.yxy {
		background: #fff;
	}
	.making-demo {
		display: none;
	}
	.site-footer-bottom  .footer-item {
		display: none;
	}
	#index-header #footer {
		background: #283150;
	}
	.nav-tabs a {
		background: grey;
		background: #3a466c;
		padding: 10px 20px;
	}
	.nav-tabs .active a {
		background: #111834;
		padding: 10px 20px;
		border: none;
	}
	.nav-tabs a:focus {
		background: #111834;
		padding: 10px 20px;
		border: none;
	}
	.nav-tabs a:active {
		background: #111834;
		padding: 10px 20px;
		border: none;
	}
	.technical-support-wrap {
		display: flex;
		flex-flow: column nowrap;
		padding: 0 10%;
	}
	.technical-support-wrap>div {
		margin-bottom: 30px;
	}
	.technical-support-wrap>div img {
		width: 40px;
		height: 40px;
	}
	.header-btn.visible-sm {
		margin-left: 0;
		margin-bottom: 10px;
		width: 100%;
		display: block !important;
	}
	.header-btn.hidden-sm {
		display: none;
	}
	#site-header-top p {
		margin-bottom: 0;
	}
	.currency-in-header, .language-in-header {
		margin-top: 8px;
	}
	.slicknav_menu {
		width: 100%;
		float: none;
		position: relative;
		z-index: 999;
		background: #272727;
		margin-top: -24px;
	}
	.slicknav_menu>a {
		margin-right: 0;
		width: 100%;
		background: none;
	}
	.slicknav_menu .slicknav_icon {
		float: right;
	}
	.slicknav_nav {
		background: none;
	}
	#slider-contents {
		display: none;
	}
	.main-page #adv-search-form input, .main-page #adv-search-form select {
		width: 49%;
	}
	.main-page #adv-search-form input:nth-child(even), .main-page #adv-search-form select:nth-child(even)
		{
		margin-right: 0;
	}
	#property-listing .section-header {
		text-align: center;
	}
	#property-listing .section-header .pull-left, #property-listing .section-header .pull-right
		{
		float: none !important;
	}
	.agent-box .col-xs-5, .agent-box .col-xs-7 {
		width: 100%;
	}
	.property-single-features-list li {
		width: 46.667%;
	}
	.recent-properties .feature-image {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.recent-properties .property-contents {
		width: 100%;
		margin: 0;
	}
	.blog-post {
		margin-bottom: 20px;
	}
	.blog-post .feature-image, .blog-post .post-contents {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		float: none;
	}
	.blog-post .entry-title {
		margin: 10px 0;
	}
	.blog-post .contents {
		margin-bottom: 15px;
	}
	#comments .children {
		margin-left: 0;
	}
	.contact-form .common {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.main-slider-wrapper {
		padding-top: 40px;
	}
	#site-logo {
		display: none;
	}
	.mobile-padding-top {
		padding-top: 40px;
		display: block;
	}
	.slick-slide img {
		width: 100%;
		max-width: 200%;
	}
	.contact-demo h2 {
		margin: unset;
		margin-bottom: 30px;
	}
}

@media ( min-width : 600px) and (max-width: 768px) {
	#site-logo {
		display: none;
	}
	#site-header-top+.container>.row {
		position: unset;
	}
	.slicknav_btn {
		width: 100%;
	}
	.slicknav_menu .slicknav_icon {
		right: 10px;
		position: absolute;
	}
	.slicknav_menu {
		width: 100%;
		padding: unset;
		margin: unset;
	}
	.slicknav_btn {
		margin: unset;
	}
	.technical-support-wrap {
		display: flex;
		flex-flow: column nowrap;
		padding: 10%;
	}
	.technical-support-wrap>div {
		margin-bottom: 30px;
	}
}

@media print {
	.container {
		width: auto;
	}
}

.jiagou .jiagou-image{
	width:196px;
	height:auto;
	max-width:100%;
	margin:0 auto;
	
}

.jiagou .slide-image{
	border-radius:8px;
}

.jiagou .slide-image.active{
	box-shadow:0px 0px 5px 5px #999;
}

.jiagou .jiagou-jiantou{
	background:url(../images/jiagou/5.png) center no-repeat;
	width:100%;
	height:90px;
}
.jiagou-detail{
	display:none;
}
.jiagou-detail.active{
	display:block;
}
