@charset "utf-8";

.navigation .nav-top .header_top_link li a,
.sub-menu li a {
	font-family: CircularStd-Medium;
	font-size: 15px;
	text-transform: uppercase;
	line-height: normal
}

*,
body,
li,
ol,
ul {
	margin: 0;
	padding: 0
}

a,
a img,
input,
textarea {
	outline: 0 !important
}

.header_main .header-wrap .header-btn a,
.w3n_blk_btn a {
	font-family: CircularStd-Book;
	font-size: 17px;
	line-height: 1
}

.banner_btn a,
.w3n_blk_btn a {
	min-height: 50px;
	padding: 12px 20px
}

.banner_btn a,
.header_main .header-wrap .header-btn a,
.w3n_blk_btn a {
	letter-spacing: -.51px;
	text-align: center
}

.foot-link ul li a,
.resources-right ul li a {
	background-image: linear-gradient(to right, var(--browen-text), var(--browen-text) 50%, var(--black-text) 50%);
	background-size: 200% 100%;
	background-position: -100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

:root {
	--white-text: #fff;
	--black-text: #000;
	--black-text-darks: #030303;
	--black-text-100: #181818;
	--black-text-200: #1e1e1c;
	--browen-text: #994e4d;
	--white-bg: #fff;
	--black-bg: #181818;
	--browen-bg: #994e4d;
	scroll-behavior: auto
}

body,
html {
	height: 100%
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body {
	font-family: CircularStd-Book;
	font-size: 20px;
	line-height: 1.5;
	color: #030303;
	font-weight: 400;
	background: #fff
}

li,
ol,
ul {
	list-style: none
}

a,
a img {
	text-decoration: none;
	border: 0
}

a,
button,
input[type=submit] {
	outline: 0;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.navigation .nav .menu li.menu-item-has-children .icon,
.tabtable-wrap .nav-tabs .nav-link {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out
}

a:focus,
a:hover {
	text-decoration: none;
	outline: 0
}

:focus {
	outline: 0
}

img {
	max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-style: normal;
	font-weight: 400;
	margin: 0;
	padding: 0
}

.clear:after,
.clear:before {
	content: "";
	display: table
}

.clear:after {
	clear: both
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1
}

::-moz-placeholder {
	color: inherit;
	opacity: 1
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 1
}

:-moz-placeholder {
	color: inherit;
	opacity: 1
}

.flxrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.flxcol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column
}

.flxfix {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.flxflexi {
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	position: relative
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.row>[class^=col-] {
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:576px) {
	.container {
		width: 100%;
		max-width: 100%
	}
}

@media (min-width:768px) {
	.container {
		width: 750px;
		padding: 0 15px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1130px;
		max-width: 1130px
	}
}

@media (min-width:1600px) {
	.container {
		width: 1562px;
		max-width: 1562px
	}
}

#wrapper {
	width: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden
}

.header_main {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	padding: 23px 124px
}

.header_main .header-wrap {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%
}

.header_main .header-wrap .logo {
	display: -ms-flexbox;
	display: flex;
	align-items: center
}

.header_main .header-wrap .logo a {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 260px
}

.foot-logo .f_logo a img,
.header_main .header-wrap .logo a img {
	width: 100%;
	height: auto
}

.navigation {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0
}

.navigation .nav-top {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	padding: 0 0 15px
}

.navigation .nav-top .header_top_link {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 30px 0 0
}

.navigation .nav-top .header_top_link li {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap
}

.navigation .nav-top .header_top_link li a {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	color: var(--white-text)
}

.navigation .nav .menu li a,
.navigation .nav-top .header_language li a {
	font-size: 16px;
	color: var(--white-text);
	overflow: hidden;
	font-family: CircularStd-Medium;
	line-height: normal;
	text-transform: uppercase
}

.navigation .nav-top .header_top_link li a:hover {
	color: #994e4d
}

.navigation .nav-top .header_language {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -6px
}

.navigation .nav-top .header_language li {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 6px
}

.navigation .nav-top .header_language li a {
	display: inline-flex;
	padding: 5px 6px;
	border-radius: 0;
	box-shadow: inset 0 0 0 0 #fff
}

.navigation .nav-top .header_language li a:hover,
.navigation .nav-top .header_language li.active a {
	box-shadow: inset 500px 0 0 0 #fff;
	color: var(--black-text)
}

.navigation .nav .menu {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -7px
}

.navigation .nav .menu>li {
	display: inline-flex;
	padding: 0 7px 18px;
	position: relative
}

.navigation .nav .menu li a {
	display: inline-flex;
	padding: 5px 11px;
	border-radius: 50px;
	box-shadow: inset 0 0 0 0 #994e4d
}

.navigation .nav .menu li.menu-item-has-children>a {
	align-items: center
}

.navigation .nav .menu li.menu-item-has-children .icon {
	transition: .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: normal;
	margin: 0 0 0 4px
}

.navigation .nav .menu>li.menu-item-has-children:hover>a,
.navigation .nav .menu>li>a:hover {
	box-shadow: inset 500px 0 0 0 #994e4d
}

.foot-link ul li,
.header_main .header-wrap .header-btn {
	position: relative;
	display: -ms-flexbox;
	display: flex
}

.header_main .header-wrap .header-btn a {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	min-height: 49px;
	border-radius: 50px;
	padding: 13px 25px;
	align-items: center;
	align-content: center;
	justify-content: center;
	background-color: var(--white-bg);
	color: var(--black-text);
	text-transform: uppercase
}

.banner_btn a:hover,
.header_main .header-wrap .header-btn a:hover,
.pagination_report a.page-numbers:hover,
.pagination_report span.current {
	background-color: var(--browen-bg);
	color: var(--white-text)
}

.header_main .header-wrap .header-btn.mobile-show,
.otgs-development-site-front-end,
.recent_deals_slider .slick-track:after,
.recent_deals_slider .slick-track:before,
.wpml-ls-statics-footer {
	display: none
}

.footertopsection_table .footertopsection_flex,
.recent_deals_slider_specification .specification_row,
.sub-menu li,
.testi_inner,
.w3n_blk_btn {
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.sub-menu li a {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 10px 25px !important;
	color: var(--white-text);
	white-space: nowrap
}

.hb-slid-cont h2 strong,
.portfolio-text h2 strong,
.testi_slide_box .name_auth strong {
	font-family: CircularStd-Bold;
	font-weight: 400
}

.down_arrow_blk a:hover,
.foot-row .foot-col .social-icon li a:hover,
.sub-menu li a:hover {
	opacity: .5
}

.sub-menu li+li {
	border-top: 1px solid #fff
}

@media (min-width:1201px) {
	.navigation .nav .menu li.menu-item-has-children:hover>a .icon {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	.sub-menu {
		display: block !important;
		position: absolute;
		top: 100%;
		left: 7px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		-ms-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		background-color: #4b4b4b
	}

	.navigation .nav .menu li:hover .sub-menu {
		opacity: 1;
		visibility: visible
	}
}

@media (max-width:1200px) {

	.navigation,
	body.open_menu {
		overflow: hidden
	}

	.navigation .nav .menu>li a,
	.navigation .nav-top ul.header_top_link>li a {
		font-size: 12px;
		font-family: CircularStd-Book
	}

	.menu-icon a span.line-1,
	.menu-icon a span.line-3 {
		-webkit-transition-duration: .3s, .3s, .3s, .3s;
		transition-duration: .3s, .3s, .3s, .3s;
		-webkit-transition-delay: 0.3s, 0s, 0.3s, 0.3s;
		transition-delay: 0.3s, 0s, 0.3s, 0.3s;
		-webkit-transition-property: top, transform, width, margin;
		transition-property: top, transform, width, margin
	}

	.active span.line-2 {
		background: 0 0
	}

	.menu-icon a.active span.line-3 {
		top: 18px;
		transform: rotate(45deg);
		width: 22px;
		margin: 0 0 0 -10px
	}

	.menu-icon a.active span.line-1 {
		top: 18px;
		transform: rotate(-45deg);
		width: 22px;
		margin: 0 0 0 -10px
	}

	.menu-icon a.active span.line-1,
	.menu-icon a.active span.line-3 {
		-webkit-transition-delay: 0s, 0.3s, 0.3s, 0.3s;
		transition-delay: 0s, 0.3s, 0.3s, 0.3s
	}

	.menu-icon a.active {
		border-color: transparent
	}

	body.open_menu .header_main .header-wrap .logo {
		position: relative
	}

	body.open_menu .header_main .header-wrap .logo:after {
		content: "";
		position: absolute;
		z-index: -1;
		top: -100px;
		bottom: -10px;
		left: -50px;
		right: -10px;
		background-color: #000
	}

	.navigation {
		position: fixed;
		right: 0;
		top: 0;
		background: #000;
		z-index: 12;
		width: 0;
		height: 100vh;
		opacity: 0;
		-webkit-transition: .3s ease-in-out;
		-ms-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		visibility: hidden;
		padding: 118px 15px 50px;
		display: block !important
	}

	.header_main .header-wrap .logo,
	.menu-icon {
		z-index: 99
	}

	.navigation.show {
		width: 100vw;
		visibility: visible;
		opacity: 1;
		overflow-y: auto
	}

	.navigation .nav .menu {
		display: block;
		margin: 0;
		width: 100%
	}

	.navigation .nav .sub-menu {
		width: 100%;
		position: relative;
		padding: 10px 0 0 !important;
		display: none
	}

	.navigation .nav .sub-menu li a {
		padding: 10px !important
	}

	.navigation .nav .menu>li {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 20px 0 !important
	}

	.navigation .nav .menu>li+li::after,
	.navigation .nav-top ul.header_top_link>li::after {
		content: "";
		position: absolute;
		top: 0;
		left: 40px;
		right: 0;
		border-top: 1px solid rgba(255, 255, 255, .1)
	}

	.navigation .nav .menu>li>a {
		padding: 0 !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		-ms-box-shadow: none !important;
		box-shadow: none !important;
		border-radius: 0
	}

	.navigation .nav .menu>li a {
		display: inline-block;
		vertical-align: top;
		width: auto;
		padding: 10px
	}

	.navigation .nav .menu>li.menu-item-has-children>a {
		display: -ms-flexbox;
		display: flex
	}

	.navigation .nav .menu>li.menu-item-has-children {
		align-items: flex-start
	}

	.sub-menu li+li {
		border: none
	}

	.navigation .nav-top {
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 40px
	}

	.navigation .nav-top ul.header_top_link {
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
		align-items: flex-start;
		justify-content: flex-start
	}

	.navigation .nav-top ul.header_top_link>li {
		padding: 20px 0;
		position: relative;
		width: 100%
	}

	.navigation .nav-top ul.header_top_link>li::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 40px;
		right: 0;
		border-top: 1px solid rgba(255, 255, 255, .1)
	}

	.header_language {
		padding-top: 20px
	}

	.navigation .nav-top .header_language li a {
		font-size: 14px
	}

	.navigation .nav .menu li.menu-item-has-children.active>a .icon {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	.header_main .header-wrap .header-btn a {
		min-height: 40px;
		font-size: 14px;
		padding: 13px 21px
	}
}

.hb-slid-cont,
.w3n_blk_btn a {
	display: -ms-flexbox;
	align-items: center;
	align-content: center
}

.w3n_blk_btn a {
	position: relative;
	display: flex;
	border-radius: 50px;
	justify-content: center;
	background-color: var(--black-bg);
	color: var(--white-text);
	text-transform: uppercase;
	border: 1.5px solid var(--black-bg)
}

.w3n_blk_btn a:hover {
	background-color: transparent;
	color: var(--black-text-100)
}

.w3n_blk_btn.w3n_blk_btn_browen a {
	background-color: var(--browen-bg);
	border-color: var(--browen-bg);
	color: var(--white-text)
}

.banner_btn a,
.btn-wrap,
.w3n_blk_btn.w3n_blk_btn_white a {
	background-color: var(--white-bg)
}

.w3n_blk_btn.w3n_blk_btn_browen a:hover {
	border-color: var(--browen-bg);
	background-color: transparent;
	color: var(--browen-text)
}

.w3n_blk_btn.w3n_blk_btn_white a {
	border-color: var(--white-bg);
	color: var(--browen-text)
}

.w3n_blk_btn.w3n_blk_btn_white a:hover {
	border-color: var(--browen-bg);
	background-color: var(--browen-text);
	color: var(--white-text)
}

.w3n_blk_btn.w3n_blk_btn_strock a {
	border: 1px solid var(--browen-bg);
	background-color: transparent;
	color: var(--black-text)
}

.contact_form_wrap .wpcf7-submit:hover,
.w3n_blk_btn.w3n_blk_btn_strock a:hover {
	border: 1px solid var(--browen-bg);
	background-color: var(--browen-bg);
	color: var(--white-text)
}

.advisormodal_body,
.advisory-sec,
.advisory-sec .advisory-wrap,
.contact_form_wrap,
.contact_form_wrap .input-row,
.contact_inner,
.contact_inner_box,
.contact_inner_box .address_lista,
.corporate_sec_inner,
.featured_deals_inner,
.financing_option_sec .financing_option_inner,
.foot-bottom,
.foot-link,
.foot-link ul,
.footer-wrap,
.footertopsection_listing,
.home-banner-wrap,
.loan_financing_products_img,
.loan_financing_products_inner,
.loan_financing_products_wrp,
.main_list_box,
.market_update_col_left .market_update_detail,
.market_update_col_right .new_main_section,
.market_update_section .market_update_inner,
.our-team-section-inner,
.portfolio-box .pf-cont,
.portfolio-wrap,
.property_type_section .property_type_inner,
.resources-right,
.resources-right ul,
.resources_inner,
.resources_row .resources_col_left .resources-left,
.sourcesoffunds_sec .sourcesoffunds_inner,
.sourcesoffunds_sec .sourcesoffunds_inner .sourcesoffunds_dtl,
.tabs-sec .tabs-wrap,
.tabtable-wrap .nav-tabs .nav-item,
.testi-page-sec-inner,
.testi_slide_box,
.testimonial-section_wrap {
	width: 100%;
	position: relative
}

.down_arrow_blk a,
.financing_option_inner .row>[class^=col-],
.foot-logo .f_logo,
.foot-row .foot-col .social-icon li a,
.main_list_box .row>[class^=col-],
.market_update_col_right .new_main_section .row>[class^=col-],
.recent_deals_slider .slick-track .slick-slide .recent_deals_slider_box_main {
	display: -ms-flexbox;
	display: flex
}

.financing_option_sec,
.home-banner-wrap .hb-inner {
	width: 100%;
	position: relative;
	overflow: hidden
}

.home-banner-wrap .hb-inner .hb-slid-box {
	width: 100%;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100vh
}

.home-banner-wrap .hb-inner .hb-slid-box:after {
	content: "";
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #030000 0, rgba(0, 0, 0, 0) 100%)
}

.advisory-sec .advisory-wrap .advisory-box,
.inner-banner-wrap {
	background-repeat: no-repeat;
	background-position: center center
}

.hb-slid-cont {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: flex;
	justify-content: center
}

.financing_option_sec .financing_option_inner .financ_img img,
.home-banner-wrap .hb-inner .hb-slid-box>img,
.recent_deals_slider_box .recent_deals_slider_img img,
.sourcesoffunds_sec .sourcesoffunds_inner .sourcesoffunds_img .sourcesoffunds_img_box img,
.testi_right_bg_blk img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.hb-slid-cont h2 {
	font-size: 70px;
	font-style: normal;
	line-height: 114.286%;
	text-transform: uppercase;
	color: var(--white-text);
	font-family: CircularSpotifyText-Light
}

.banner_btn {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-top: 33px
}

.banner_btn a,
.btn-wrap,
.down_arrow_blk {
	display: -ms-flexbox
}

.banner_btn a {
	position: relative;
	display: flex;
	border-radius: 50px;
	align-items: center;
	align-content: center;
	justify-content: center;
	color: var(--black-text);
	font-family: CircularStd-Book;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 1
}

.testi_head_blk_inner h2,
.testi_head_blk_inner h3 {
	text-transform: capitalize;
	letter-spacing: -1.35px;
	font-size: 45px
}

.down_arrow_blk {
	display: flex;
	padding-top: 42px
}

.down_arrow_blk a img {
	width: 90px;
	height: auto
}

.btn-wrap {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	padding: 0 105px;
	min-height: 91px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	z-index: 5
}

.btn-wrap button,
.btn-wrap-port button,
.btn-wrap-recent_deals button,
.btn-wrap-testi button {
	border: none;
	background: 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	cursor: pointer
}

.bottom_our_team_contact .our_team_contact_col a:hover,
.btn-wrap button:hover,
.contact_inner_box .address_lista li a:hover,
.content-area h3,
.content-area h6,
.foot-row .foot-col address a:hover,
.foot-row .foot-col p a:hover,
.portfolio-text h2 strong {
	color: var(--browen-text)
}

.btn-wrap button+button {
	margin-left: 9px
}

.right-shadow-img {
	position: absolute;
	top: 222px;
	right: 0
}

.left-shadow-img {
	position: absolute;
	left: 0;
	top: calc(100% - 188px)
}

.port_slider_box,
.portfolio-box,
.portfolio-sec,
.portfolio-text {
	position: relative;
	width: 100%
}

.portfolio-sec {
	padding: 96px 0 184px
}

.portfolio-text {
	max-width: 625px
}

.portfolio-text h2 {
	font-size: 55px;
	line-height: 130%;
	letter-spacing: -1.65px;
	font-family: CircularSpotifyText-Light;
	color: var(--black-text)
}

.port_slider_box {
	max-width: 525px;
	margin: 0 auto
}

.portfolio-box {
	padding: 0 0 0 61px
}

.portfolio-box .pf-icon {
	position: absolute;
	top: 7px;
	left: 0
}

.portfolio-box .pf-cont h3 {
	color: var(--browen-text);
	font-family: CircularStd-Book;
	font-size: 45px;
	line-height: normal;
	text-transform: capitalize;
	padding: 0 0 43px
}

.hp-tab-cont p,
.portfolio-box .pf-cont p {
	font-family: CircularSpotifyText-Light;
	font-size: 20px
}

.portfolio-box .pf-cont p {
	width: 100%;
	position: relative;
	line-height: 150%;
	color: var(--black-text-darks)
}

.btn-wrap-port {
	width: 100%;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding-top: 43px;
	padding-left: 61px
}

.btn-wrap-port button+button,
.btn-wrap-recent_deals button+button,
.btn-wrap-testi button+button {
	margin-left: 5px
}

.content-area ol li,
.content-area ul li {
	margin: 0 0 10px;
	color: #5a5a5a;
	font-size: 20px
}

.advisory-sec .advisory-wrap .advisory-box {
	width: 100%;
	position: relative;
	height: 569px;
	background-size: cover;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	z-index: 2
}

.advisory-sec .advisory-wrap .advisory-box:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	background-color: #fff;
	height: 71px;
	width: 1021px;
	z-index: 3
}

.advisory-sec .advisory-wrap .advisory-box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00000061;
	z-index: -1
}

.advisory-sec .advisory-wrap .advisory-box h3 {
	text-align: center;
	font-family: CircularStd-Book;
	font-size: 45px;
	line-height: 122.222%;
	text-transform: uppercase;
	color: var(--white-text)
}

.tabs-sec {
	width: 100%;
	position: relative;
	padding: 0 0 217px
}

.tabtable-wrap {
	display: -ms-flexbox;
	display: flex;
	max-width: 1404px;
	margin-left: auto;
	align-items: flex-start;
	align-content: flex-start
}

.tabtable-wrap .nav-tabs {
	width: 373px
}

.tabtable-wrap .nav-tabs .nav-link {
	width: 100%;
	padding: 28px 41px;
	min-height: 74px;
	border: 1px solid rgba(201, 201, 201, .5) !important;
	font-size: 17px;
	font-family: CircularStd-Book;
	line-height: 105.882%;
	text-transform: uppercase;
	color: var(--black-text);
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-align: left;
	border-radius: 0;
	vertical-align: middle
}

.our-team-accordian .accordion-button .accordian_icon,
.tabtable-wrap .nav-tabs .nav-link::after {
	top: 50%;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	background-position: center center;
	background-repeat: no-repeat
}

.tabtable-wrap .nav-tabs .nav-link::after {
	content: "";
	position: absolute;
	right: 18px;
	-webkit-transform: translateY(-50%) scale(0);
	-moz-transform: translateY(-50%) scale(0);
	-ms-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	height: 18px;
	width: 18px;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='18' viewBox='0 0 17 18' fill='none'%3e%3cmask id='mask0_428_3359' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='17' height='18'%3e%3cpath d='M8.96776 0.969742L0.9375 9L8.96776 17.0303L16.998 9L8.96776 0.969742Z' fill='white'/%3e%3c/mask%3e%3cg mask='url(%23mask0_428_3359)'%3e%3cpath d='M14.9907 9H2.94531' stroke='%231E1E1C' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M12.1562 6.15918L14.997 8.99989L12.1562 11.8406' stroke='%231E1E1C' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e")
}

.tabtable-wrap .nav-tabs .nav-link.active {
	padding: 30px 41px 31px;
	min-height: 97px;
	font-size: 24px
}

.tabtable-wrap .nav-tabs .nav-link.active::after {
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1)
}

.tabtable-wrap .nav-tabs .nav-link:hover:not(.active) {
	background-color: #e3cdcc
}

.tabtable-wrap .tab-content {
	width: calc(100% - 373px);
	background-color: #000;
	color: var(--white-text)
}

.tabtable-wrap .accordion-item {
	border: none;
	background-color: transparent;
	color: #fff
}

.tabtable-wrap .accordion-body {
	padding: 94px 140px 82px 85px
}

.hp-tab-cont {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: relative;
	-ms-flex-direction: column;
	flex-direction: column
}

.tabtable-wrap .hp-tab-cont h3 {
	font-family: CircularStd-Book;
	font-size: 45px;
	line-height: 106.667%;
	color: var(--white-text);
	padding: 0 0 37px
}

.hp-tab-cont p+p {
	padding-top: 32px
}

.hp-tab-cont p {
	line-height: 1.6
}

.hp-tab-cont>a {
	margin-top: 44px;
	display: inline-flex
}

@media (max-width:991px) {
	.tab-content>.tab-pane {
		display: block;
		opacity: 1
	}
}

.recent-deals-sec {
	width: 100%;
	position: relative;
	background-color: #f3f3f3;
	padding: 110px 0 201px;
	overflow: hidden
}

.recent-deals-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	align-content: center
}

.recent-deals-inner .recent-deals-head {
	width: 406px;
	position: relative;
	z-index: 3
}

.recent-deals-inner .recent-deals-head h2 {
	font-family: CircularStd-Book;
	font-size: 45px;
	line-height: normal;
	color: var(--black-text);
	letter-spacing: -1.35px;
	padding: 0 0 34px
}

.recent-deals-inner .recent-deals-head p {
	font-family: CircularSpotifyText-Light;
	font-size: 20px;
	line-height: 1.5;
	color: #5a5a5a;
	padding: 0 0 34px
}

.recent-deals-inner .recent-deals-head .w3n_blk_btn {
	padding-top: 37px
}

.recent-deals-inner .recent-deals-head .w3n_blk_btn a {
	min-width: 271px
}

.recent-deals-inner .recent-deals-slideblk {
	max-width: 1076px;
	width: 100%;
	padding: 0 0 0 61px;
	position: relative;
	z-index: 1
}

.recent-deals-inner .recent-deals-slideblk .recent_deals_slider {
	position: relative;
	z-index: 1
}

.recent-deals-inner .recent-deals-slideblk .recent_deals_slider:after {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	width: 100vw;
	background-color: #f3f3f3;
	z-index: 2
}

.recent_deals_slider_box_main {
	width: 100%;
	position: relative;
	padding: 0 12px
}

.recent_deals_slider_box {
	width: 100%;
	position: relative;
	padding: 47px 38px 43px;
	background-color: #99605f
}

.recent_deals_slider_box .recent_deals_slider_img {
	width: 100%;
	height: 278px;
	overflow: hidden
}

.recent_deals_slider_box .recent_deals_slider_dtl {
	width: 100%;
	position: relative;
	padding-top: 36px
}

.recent_deals_slider_dtl .recent_deals_slider_price {
	padding: 0 0 27px;
	border-bottom: 1px solid #fff
}

.recent_deals_slider_dtl .recent_deals_slider_price h4 {
	color: var(--white-text);
	font-size: 39px;
	font-family: Inter-Medium;
	line-height: 1
}

.icon_bulding {
	position: absolute;
	top: 0;
	right: 13px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #b8b8b8;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 65px;
	height: 60px;
	padding: 10px
}

.contact_inner_box .address_lista li i img,
.corporate_bottom_box .corporate_bottom_logo img,
.footertopsection_box .footertopsection_icon i img,
.icon_bulding img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%
}

.recent_deals_slider_specification {
	width: 100%;
	position: relative;
	padding-top: 18px
}

.specification_row .deals_specification_title {
	width: 50%;
	padding: 0 15px 0 0;
	text-align: left;
	color: var(--white-text);
	font-family: CircularStd-Book;
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: .34px
}

.specification_row .deals_specification_content {
	width: 50%;
	padding: 0 0 0 15px;
	text-align: right;
	color: var(--white-text);
	font-family: CircularStd-Medium;
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: .34px
}

.testi_head_blk_inner h2,
.testi_slide_box .name_auth {
	font-family: CircularStd-Book;
	color: var(--black-text-200)
}

.specification_row+.specification_row {
	padding-top: 1px
}

.recent_deals_slider .slick-list {
	overflow: visible
}

.recent_deals_slider .slick-track {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -12px
}

.recent_deals_slider .slick-track .slick-slide {
	display: -ms-flexbox;
	display: flex;
	height: auto
}

.btn-wrap-recent_deals {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding-top: 82px;
	position: absolute;
	top: 100%;
	left: 61px
}

.testimonial-section {
	width: 100%;
	position: relative;
	padding: 200px 0 217px;
	overflow: hidden
}

.testi_shap {
	position: absolute;
	right: 0;
	bottom: -131px
}

.testi_inner .testi_head_blk {
	width: 50%
}

.testi_head_blk_inner {
	max-width: 486px
}

.testi_head_blk_inner h2 {
	line-height: normal
}

.testi_head_blk_inner h3 {
	font-family: CircularSpotifyText-Light;
	line-height: 1.3;
	color: var(--black-text-200);
	padding: 0 0 74px
}

.testi_head_blk_inner h2+h3 {
	padding-top: 74px
}

.testi_head_blk_inner .w3n_blk_btn a {
	min-width: 281px
}

.testi_inner .testi_right_blk {
	width: 50%;
	padding: 0 0 0 75px;
	position: relative
}

.testi_right_bg_blk {
	width: calc((100vw / 2) - 75px);
	height: 776px
}

.testi_right_slide_wrap {
	position: absolute;
	top: 186px;
	left: -183px;
	z-index: 2;
	background-color: var(--white-bg);
	width: 697px;
	padding: 138px 142px 39px 132px
}

.btn-wrap-testi,
.inner-banner-wrap {
	position: relative;
	display: -ms-flexbox
}

.testi_right_slide_wrap .testi_right_quart_symbol {
	position: absolute;
	top: 8px;
	left: 15px
}

.testi-list-box .testi-quarts img,
.testi_right_slide_wrap .testi_right_quart_symbol img {
	width: 120px;
	height: auto
}

.testi_slide_box p {
	font-family: CircularSpotifyText-LightItalic;
	color: var(--black-text-200);
	line-height: 133.333%;
	font-size: 24px
}

.testi_slide_box .name_auth {
	padding: 52px 0 0;
	line-height: 160%;
	font-size: 20px
}

.btn-wrap-testi {
	width: 100%;
	display: flex;
	align-items: center;
	padding-top: 43px
}

.inner-banner-wrap {
	width: 100%;
	z-index: 2;
	min-height: 560px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	background-size: cover
}

.inner-banner-wrap:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .6;
	background: linear-gradient(to bottom, #000 0, rgba(0, 0, 0, .23) 100%)
}

.inner-banner-wrap::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	height: 95px;
	width: 275px;
	background-color: var(--white-bg);
	z-index: 2
}

.ib-inner {
	width: 100%;
	position: relative;
	z-index: 3
}

.ib-inner-text {
	width: 100%;
	text-align: center
}

.ib-inner-text h1 {
	font-size: 45px;
	font-family: CircularSpotifyText-Light;
	line-height: 177.778%;
	text-transform: uppercase;
	color: var(--white-text)
}

.our-team-section-top .ourteam-sec-left h2,
.testi-page-sec-inner>h2 {
	font-size: 55px;
	font-family: CircularSpotifyText-Light;
	letter-spacing: -1.65px
}

.inner-banner-wrap .right-shadow-img {
	top: 0;
	right: 0;
	bottom: 0
}

.inner-banner-wrap .right-shadow-img img {
	width: auto;
	height: 100%
}

.testi-list-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 112px 42px 0;
	column-gap: 124px;
	row-gap: 137px
}

.testi-page-sec {
	width: 100%;
	position: relative;
	padding: 137px 0 111px
}

.testi-page-sec-inner>h2 {
	line-height: 130%;
	color: var(--black-text)
}

.testi-list-row .testi-list-col {
	width: calc(50% - 62px)
}

.testi-list-box {
	width: 100%;
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .1);
	-ms-box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .1);
	box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .1)
}

.testi-list-box .testi-quarts {
	padding: 38px 37px
}

.testi-list-box .testi_slide_box {
	width: 100%;
	position: relative;
	padding: 10px 77px 100px 154px
}

.our-team-section {
	width: 100%;
	position: relative;
	padding: 0 0 135px
}

.our-team-section-top {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 137px 0 0
}

.our-team-section-top .ourteam-sec-left {
	max-width: 436px
}

.our-team-section-top .ourteam-sec-left h2 {
	line-height: 130%
}

.our-team-section-top .ourteam-sec-left .w3n_blk_btn {
	margin: 31px 0 0
}

.our-team-section-top .ourteam-sec-left .w3n_blk_btn a {
	min-width: 177px
}

.our-team-section-top .ourteam-sec-right {
	max-width: 600px
}

.our-team-section-top .ourteam-sec-right h6 {
	font-size: 25px;
	font-family: CircularStd-Book;
	line-height: 130%;
	text-transform: uppercase;
	color: var(--browen-text);
	padding: 0 0 24px
}

.our-team-section-top .ourteam-sec-right h3 {
	font-size: 45px;
	font-family: CircularStd-Book;
	line-height: normal;
	text-transform: uppercase;
	color: var(--browen-text);
	padding: 0 0 36px
}

.our-team-section-top .ourteam-sec-right p {
	font-size: 25px;
	font-family: CircularStd-Book;
	line-height: 1.28;
	text-transform: uppercase;
	color: var(--black-text-darks)
}

.our-team-section-bottom {
	width: 100%;
	position: relative;
	padding: 135px 0 0
}

.our-team-accordian .accordion-item {
	border-top: 1px solid #e8e8e8
}

.our-team-accordian .accordion-item:last-child {
	border-bottom: 1px solid #e8e8e8
}

.our-team-accordian .accordion-button {
	min-height: 110px;
	align-items: center;
	align-content: center;
	padding: 20px 50px 20px 0;
	position: relative
}

.our-team-accordian .accordion-button .accordian_icon {
	height: 13px;
	width: 13px;
	position: absolute;
	right: 21px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: normal;
	transition: .3s ease-in-out;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13 7.5V5.5H0V7.5H13Z' fill='black'/%3e%3cpath d='M7.5 -8.74228e-08L5.5 0L5.5 13L7.5 13L7.5 -8.74228e-08Z' fill='black'/%3e%3c/svg%3e ")
}

.our-team-accordian .accordion-button .contactheading-ourteam,
.our-team-accordian .accordion-button .emailheading-ourteam {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	font-family: CircularStd-Book;
	color: var(--black-text)
}

.corporate_sec_row .corporate_sec_img .corporate_sec_img_main,
.footertopsection {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.our-team-accordian .accordion-button:not(.collapsed) .accordian_icon {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='2' viewBox='0 0 13 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13 2V0H0V2H13Z' fill='black'/%3e%3c/svg%3e ")
}

.our-team-accordian .accordion-button .name-ourteam {
	width: 261px;
	padding: 0 15px 0 0;
	font-family: CircularStd-Bold;
	font-size: 24px;
	line-height: normal;
	color: var(--browen-text)
}

.our-team-accordian .accordion-button .position-ourteam {
	width: 515px;
	padding: 0 15px 0 0;
	font-family: CircularStd-Book;
	font-size: 20px;
	line-height: normal;
	color: var(--black-text)
}

.our-team-accordian .accordion-button .contactheading-ourteam {
	width: 387px;
	padding: 0 15px 0 0;
	font-size: 20px;
	line-height: normal;
	transition: .3s ease-in-out
}

.our-team-accordian .accordion-button .emailheading-ourteam {
	width: calc(100% - (261px + 515px + 387px));
	padding: 0;
	font-size: 20px;
	line-height: normal;
	transition: .3s ease-in-out
}

.our-team-accordian .accordion-button:not(.collapsed) .contactheading-ourteam,
.our-team-accordian .accordion-button:not(.collapsed) .emailheading-ourteam {
	opacity: 0;
	visibility: hidden
}

.our-team-accordian .accordion-body {
	padding: 0 0 71px
}

.our_team_content {
	width: 100%;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	align-content: center
}

.our_team_content .our_team_image {
	width: 228px
}

.our_team_content .our_team_dtl {
	width: calc(100% - 228px);
	padding: 0 0 0 33px
}

.our_team_content .our_team_dtl p {
	font-family: CircularSpotifyText-Light;
	font-size: 20px;
	line-height: 2;
	color: var(--black-text-darks)
}

.bottom_our_team_contact {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin: 0 -22px;
	padding: 18px 0 0
}

.bottom_our_team_contact .our_team_contact_col {
	padding: 0 22px
}

.bottom_our_team_contact .our_team_contact_col a {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	align-content: center;
	font-size: 20px;
	line-height: normal;
	font-family: CircularStd-Book;
	color: var(--black-text)
}

.bottom_our_team_contact .our_team_contact_col a i {
	display: inline-flex;
	margin: 0 16px 0 0
}

.corporate-section {
	width: 100%;
	position: relative;
	padding: 129px 0;
	overflow: hidden
}

.corporate_sec_row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	width: 100%
}

.corporate_sec_row .corporate_sec_img {
	width: 475px
}

.corporate_sec_row .corporate_sec_img .corporate_sec_img_main {
	width: calc(100vw - (1500px / 2) - 100%);
	float: right;
	position: relative;
	height: 1095px;
	overflow: hidden;
	-webkit-mask-image: url(../images/mask-image-vector.svg);
	-webkit-mask-mode: alpha;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	z-index: 3
}

.corporate_sec_row .corporate_sec_dtl {
	width: calc(100% - 475px);
	padding: 0 0 0 47px
}

.corporate_sec_dtl h6,
.property_type_dtl h6 {
	font-size: 25px;
	font-family: CircularStd-Book;
	line-height: normal;
	text-transform: uppercase;
	color: var(--browen-text);
	padding: 0 0 30px
}

.corporate_sec_dtl h2 {
	font-size: 45px;
	font-family: CircularStd-Book;
	line-height: 1.3;
	text-transform: capitalize;
	letter-spacing: -1.35px;
	color: var(--black-text-darks);
	padding: 0 0 30px
}

.corporate_sec_dtl h2 span,
.property_type_dtl h2 span {
	display: block;
	width: 100%;
	color: var(--browen-text)
}

.corporate_sec_dtl h5,
.property_type_dtl h5,
.property_type_inner .property_type_list_wrap h6 {
	font-size: 25px;
	font-family: CircularStd-Book;
	line-height: 1.28;
	color: var(--black-text-darks);
	padding: 0 0 30px
}

.corporate_sec_dtl p,
.property_type_dtl p {
	font-size: 20px;
	font-family: CircularSpotifyText-Light;
	line-height: 1.5;
	color: var(--black-text-darks);
	padding: 0 0 30px
}

.corporate_sec_dtl .w3n_blk_btn a {
	min-width: 257px
}

.corporate-section-bottom {
	width: 100%;
	position: relative;
	background-color: var(--browen-bg);
	padding: 117px 0 80px
}

.corporate-section-bottom .corporate_bottom_inner {
	width: 100%;
	position: relative;
	max-width: 997px;
	margin: 0 auto
}

.corporate_bottom_row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -11px;
	row-gap: 22px
}

.corporate_bottom_row .corporate_bottom_col {
	width: 50%;
	padding: 0 11px
}

.corporate_bottom_box {
	text-align: center;
	width: 100%
}

.corporate_bottom_box h4 {
	font-size: 30px;
	font-family: CircularStd-Book;
	line-height: normal;
	letter-spacing: -.9px;
	text-transform: uppercase;
	padding: 0 0 32px;
	color: var(--white-text)
}

.corporate_bottom_box .corporate_bottom_logo {
	width: 100%;
	height: 200px;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: 15px 20px;
	background-color: rgba(255, 255, 255, .2)
}

.corporate_bottom_inner .w3n_blk_btn {
	width: 100%;
	justify-content: center;
	padding: 50px 0 0
}

.corporate_bottom_inner .w3n_blk_btn a,
.property_type_dtl .w3n_blk_btn a {
	min-width: 251px
}

.corporate_bottom_inner .w3n_blk_btn a:hover {
	border-color: var(--white-bg);
	color: var(--white-text);
	background-color: transparent
}

.property_type_section {
	width: 100%;
	position: relative;
	padding: 143px 0 151px
}

.property_type_inner .property_type_list_wrap {
	max-width: 744px
}

.property_type_row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	row-gap: 30px
}

.property_type_row .property_type_col {
	display: -ms-flexbox;
	display: flex;
	padding: 0 15px;
	width: 50%
}

.property_type_row .property_type_col .property_type_box {
	background-color: #fff;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	align-content: center;
	padding: 20px 40px;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .15);
	-ms-box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .15);
	box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .15);
	min-height: 99px
}

.property_type_box .property_type_icon {
	width: 40px;
	height: 40px;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center
}

.property_type_box .property_type_name {
	width: calc(100% - 40px);
	padding: 0 0 0 20px;
	font-family: CircularStd-Book;
	color: #1f1f1f;
	font-size: 20px;
	line-height: normal
}

.property_type_dtl {
	width: 100%;
	max-width: 756px;
	padding: 0 0 0 100px
}

.property_type_dtl h2 {
	font-size: 45px;
	font-family: CircularStd-Book;
	line-height: 1.29;
	letter-spacing: -1.35px;
	color: var(--browen-text);
	padding: 0 0 30px
}

.featured_deals_section {
	width: 100%;
	position: relative;
	padding: 137px 0 213px
}

.featured_deals_section .container {
	max-width: 1720px;
	width: 1720px
}

.featured_deals_inner .heading_list_box {
	width: 100%;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	max-width: 1602px;
	margin-left: auto;
	padding: 0 0 83px
}

.heading_list_box .main_hefing_deals {
	padding: 0 15px 0 0
}

.heading_list_box .main_hefing_deals h3 {
	font-size: 55px;
	font-family: CircularSpotifyText-Light;
	line-height: 1.3;
	letter-spacing: -1.65px
}

.main_pagination {
	position: relative
}

.main_pagination .pagination_title {
	font-size: 20px;
	font-family: Inter-Regular;
	line-height: 130%;
	letter-spacing: -.6px;
	color: var(--black-text);
	align-self: center;
	padding: 0 20px 0 0
}

.pagination_report {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 6px
}

.pagination_report .page-numbers.next,
.pagination_report .page-numbers.prev {
	display: none !important
}

.pagination_report .page-numbers {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background-color: #f3f3f3;
	font-size: 20px;
	font-family: Inter-Regular;
	line-height: normal;
	color: var(--black-text)
}

.main_list_box .row {
	margin: 0 -7px;
	row-gap: 14px
}

.main_list_box .row>[class^=col-] {
	padding: 0 7px
}

.main_list_box .recent_deals_slider_box {
	padding: 32px 32px 45px
}

.main_list_box .recent_deals_slider_box .recent_deals_slider_img {
	height: 237px
}

.main_list_box .recent_deals_slider_box .recent_deals_slider_dtl {
	padding: 31px 0 0
}

.main_list_box .recent_deals_slider_dtl .recent_deals_slider_price {
	padding-bottom: 23px
}

.main_list_box .recent_deals_slider_dtl .recent_deals_slider_price h4 {
	font-size: 33px
}

.main_list_box .icon_bulding {
	width: 55px;
	height: 51px
}

.main_list_box .specification_row .deals_specification_content,
.main_list_box .specification_row .deals_specification_title,
.navigation .nav .menu .sub-menu li a {
	font-size: 15px
}

.resources-section {
	width: 100%;
	position: relative;
	padding: 138px 0 153px
}

.resources-right ul li,
.resources_inner .resources_row {
	width: 100%;
	position: relative;
	display: -ms-flexbox;
	display: flex
}

.resources_row .resources_col_left {
	width: 562px;
	padding: 0 15px 0 0;
	border-right: 2px solid #e8e8e8
}

.resources_row .resources_col_left .resources-left h2 {
	color: var(--browen-text);
	font-size: 45px;
	line-height: 128.889%;
	letter-spacing: -1.35px;
	padding: 0 0 20px
}

.resources_row .resources_col_left .resources-left h6 {
	color: var(--black-text-darks);
	font-size: 25px;
	line-height: 120%;
	letter-spacing: -.75px;
	padding: 0 0 32px;
	text-transform: uppercase
}

.resources_row .resources_col_left .resources-left .w3n_blk_btn a {
	min-width: 169px
}

.resources_row .resources_col_right {
	width: calc(100% - 562px);
	padding: 0 0 0 142px
}

.resources_row .resources_col_right h2 {
	color: var(--black-text-darks);
	font-size: 45px;
	line-height: 1.42;
	padding: 0 0 30px
}

.resources-right ul li+li {
	margin-top: 40px
}

.resources-right ul li i {
	min-width: 30px;
	margin: 0 15px 0 0
}

.resources-right ul li a {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	font-size: 25px;
	font-family: CircularSpotifyText-Light;
	line-height: 1.2;
	color: var(--black-text-darks);
	position: relative
}

.foot-link ul li a:hover,
.resources-right ul li a:hover {
	background-position: 0
}

.foot-link ul li a:before,
.resources-right ul li a:before {
	content: "";
	background: var(--browen-bg);
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.foot-link ul li a:hover::before,
.resources-right ul li a:hover::before,
iframe {
	width: 100%
}

.market_update_section {
	width: 100%;
	position: relative;
	padding: 142px 0 139px
}

.market_update_inner .market_update_row {
	width: 100%;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.market_update_row .market_update_col_left {
	width: 515px;
	padding: 0 68px 0 0
}

.market_update_detail h6 {
	font-size: 25px;
	font-family: CircularStd-Book;
	line-height: normal;
	text-transform: uppercase;
	color: var(--browen-text);
	padding: 0 0 20px
}

.market_update_detail h2 {
	font-size: 45px;
	font-family: CircularStd-Book;
	line-height: 1.29;
	letter-spacing: -1.35px;
	color: var(--browen-text);
	padding: 0 0 20px
}

.market_update_detail h5 {
	font-size: 25px;
	font-family: CircularStd-Book;
	line-height: 1.28;
	color: var(--black-text-darks);
	padding: 0 0 20px
}

.market_update_detail p {
	font-size: 20px;
	font-family: CircularSpotifyText-Light;
	line-height: 1.5;
	color: var(--black-text-darks);
	padding: 0 0 20px
}

.market_update_row .market_update_col_right {
	width: calc(100% - 515px);
	padding: 0
}

.market_update_col_right .new_main_section .row {
	row-gap: 30px
}

.news_inner_box {
	width: 100%;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	padding: 30px
}

.news_inner_box h4 {
	font-family: CircularStd-Bold;
	font-size: 25px;
	line-height: normal;
	color: var(--black-text);
	padding-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 18px
}

.news_inner_box p,
.news_inner_box span {
	font-family: CircularSpotifyText-Light;
	display: block
}

.news_inner_box span {
	line-height: normal;
	font-size: 17px;
	color: #8d8d8d;
	padding: 0 0 20px
}

.news_inner_box p {
	line-height: 1.5;
	font-size: 20px;
	color: var(--black-text-darks);
	padding: 0 0 30px
}

.news_inner_box .w3n_blk_btn a {
	min-width: 165px
}

.loan_financing_products_sec {
	width: 100%;
	position: relative;
	padding: 148px 0 170px
}

.loan_financing_products_img .loan_financing_products_main_image {
	width: 100%;
	position: relative;
	padding: 0 0 0 129px
}

.loan_financing_products_img .loan_financing_products_main_image img {
	width: 100%;
	position: relative;
	height: auto
}

.loan_financing_products_img .loan_financing_products_second_image {
	width: 514px;
	position: relative;
	z-index: 2;
	margin-top: -250px
}

.loan_financing_products_img .loan_financing_products_second_image img {
	width: 100%;
	height: auto;
	border: solid 15px var(--white-bg)
}

.loan_financing_products_img_shap {
	position: absolute;
	bottom: -139px;
	right: 0;
	width: 255px
}

.loan_financing_products_dtl {
	width: 100%;
	position: relative;
	max-width: 671px
}

.loan_financing_products_dtl h2 {
	font-size: 45px;
	font-family: CircularStd-Book;
	line-height: 130%;
	letter-spacing: -1.35px;
	color: var(--black-text);
	padding: 0 0 28px
}

.loan_financing_products_dtl h6 {
	font-size: 25px;
	font-family: CircularStd-Book;
	line-height: normal;
	color: var(--browen-text);
	padding: 0 0 28px
}

.loan_financing_products_dtl p {
	font-size: 20px;
	font-family: CircularSpotifyText-Light;
	line-height: 1.5;
	color: var(--black-text-darks);
	max-width: 643px
}

.loan_financing_products_dtl .w3n_blk_btn {
	padding: 28px 0 0
}

.financing_option_sec .financing_option_inner .financ_dtl .w3n_blk_btn a,
.loan_financing_products_dtl .w3n_blk_btn a,
.sourcesoffunds_sec .sourcesoffunds_inner .sourcesoffunds_dtl .w3n_blk_btn a {
	min-width: 258px
}

.financing_option_sec .financing_option_inner .financ_img {
	width: 100%;
	min-height: 750px;
	height: 100%
}

.financing_option_sec .financing_option_inner .financ_img .financ_img_inenr {
	width: 50vw;
	float: right;
	height: 100%
}

.financing_option_sec .financing_option_inner .financ_dtl {
	width: 100%;
	position: relative;
	padding: 80px 0 80px 54px
}

.financing_option_sec .financing_option_inner .financ_dtl:after {
	content: "";
	position: absolute;
	top: 0;
	left: -30px;
	width: 100vw;
	bottom: 0;
	background-color: #f3f3f3;
	z-index: -1
}

.financing_option_sec .financing_option_inner .financ_dtl h2,
.sourcesoffunds_sec .sourcesoffunds_inner .sourcesoffunds_dtl h2 {
	font-size: 45px;
	font-family: CircularStd-Book;
	line-height: normal;
	letter-spacing: -1.35px;
	text-transform: capitalize;
	color: var(--black-text);
	padding: 0 0 30px
}

.financing_option_sec .financing_option_inner .financ_dtl ul,
.sourcesoffunds_sec .sourcesoffunds_inner .sourcesoffunds_dtl ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	padding: 0 0 0 10px
}

.financing_option_sec .financing_option_inner .financ_dtl ul li,
.sourcesoffunds_sec .sourcesoffunds_inner .sourcesoffunds_dtl ul li {
	font-size: 20px;
	font-family: CircularStd-Book;
	line-height: normal;
	text-transform: capitalize;
	color: #5a5a5a;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	clear: both;
	padding: 0 0 30px 20px;
	position: relative
}

.content-area ul li:before,
.financing_option_sec .financing_option_inner .financ_dtl ul li:after,
.sourcesoffunds_sec .sourcesoffunds_inner .sourcesoffunds_dtl ul li:after {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	height: 8px;
	width: 8px;
	border-radius: 50px;
	background-color: #5a5a5a
}

.sourcesoffunds_sec {
	width: 100%;
	position: relative;
	padding: 150px 0
}

.sourcesoffunds_sec .sourcesoffunds_inner .sourcesoffunds_img {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	max-width: 744px
}

.sourcesoffunds_sec .sourcesoffunds_inner .sourcesoffunds_img .sourcesoffunds_img_1 {
	width: 266px;
	height: 455px
}

.sourcesoffunds_sec .sourcesoffunds_inner .sourcesoffunds_img .sourcesoffunds_img_2 {
	width: 448px;
	height: 548px
}

.sourcesoffunds_sec .sourcesoffunds_inner .sourcesoffunds_img .sourcesoffunds_img_box {
	overflow: hidden
}

.contact-section {
	width: 100%;
	position: relative;
	padding: 150px 0 187px
}

.contact_inner h2 {
	font-size: 45px;
	font-family: CircularStd-Book;
	line-height: 128.889%;
	letter-spacing: -1.35px
}

.contact_inner .contact_main_box {
	width: 100%;
	position: relative;
	max-width: 447px
}

.contact_inner_box h2 {
	color: var(--browen-text);
	padding: 0 0 13px
}

.contact_inner_box .address_lista li,
.contact_inner_box p {
	font-family: CircularSpotifyText-Light;
	color: var(--black-text-darks);
	font-size: 20px
}

.contact_inner_box p {
	line-height: 1.5
}

.contact_inner_box+.contact_inner_box {
	margin-top: 64px
}

.contact_inner_box .address_lista li {
	width: 100%;
	position: relative;
	line-height: 2;
	padding: 0 0 0 37px
}

.contact_inner_box .address_lista li+li {
	margin-top: 8px
}

.contact_inner_box .address_lista li i {
	position: absolute;
	top: 8px;
	left: 0;
	height: 25px;
	width: 25px;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center
}

.contact_form {
	width: 100%;
	position: relative;
	padding: 0 17px 0 70px
}

.contact_form h2 {
	padding: 0 0 36px
}

.contact_form_wrap .row {
	row-gap: 20px
}

.contact_form_wrap .input-row label {
	width: 100%;
	display: block;
	position: relative;
	font-size: 17px;
	line-height: normal;
	font-family: CircularStd-Book;
	color: #171a22;
	padding: 0 0 5px
}

.contact_form_wrap .input-row .wpcf7-form-control-wrap {
	width: 100%;
	position: relative;
	display: inline-flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.contact_form_wrap .input-row .wpcf7-not-valid-tip {
	font-size: 15px;
	font-family: CircularSpotifyText-LightItalic
}

.contact_form_wrap .input-row .input_field {
	background-color: #fff;
	border: 1px solid rgba(153, 78, 77, .44);
	width: 100%;
	height: 50px;
	font-size: 17px;
	line-height: normal;
	font-family: CircularStd-Book;
	color: #171a22;
	padding: 0 15px;
	border-radius: 8px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.contact_form_wrap .input-row .input_field:focus {
	border-color: #030303
}

.contact_form_wrap .input-row textarea.input_field {
	height: 130px;
	padding-top: 8px;
	padding-bottom: 8px
}

.contact_form_wrap .wpcf7-submit {
	position: relative;
	min-height: 50px;
	border-radius: 50px;
	padding: 12px 34px;
	background-color: transparent;
	color: var(--black-text);
	font-family: CircularStd-Book;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 1;
	border: 1px solid var(--browen-bg)
}

.footertopsection {
	width: 100%;
	position: relative;
	z-index: 2;
	padding: 117px 0 193px
}

.footertopsection::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(0, 0, 0, .88)
}

.footertopsection .footertopsection_inner {
	width: 100%;
	position: relative;
	max-width: 1495px;
	margin-left: auto;
	margin-right: auto
}

.footertopsection .footertopsection_heading {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 76px
}

.footertopsection_heading h6 {
	font-family: Inter-Regular;
	font-size: 17px;
	line-height: 1.1;
	color: #ddd;
	letter-spacing: 1.872px;
	text-transform: uppercase;
	padding: 0 0 9px
}

.footertopsection_heading h2 {
	font-size: 45px;
	font-family: CircularStd-Book;
	line-height: 1.42;
	color: var(--white-text);
	padding: 0 0 22px
}

.footertopsection_heading p {
	font-size: 17px;
	font-family: Inter-Light;
	line-height: 143.305%;
	letter-spacing: .51px;
	color: #ddd;
	max-width: 384px;
	margin: 0 auto
}

.footertopsection_row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.footertopsection_row .footertopsection_col {
	width: 33.333%;
	display: -ms-flexbox;
	display: flex
}

.footertopsection_row .footertopsection_col .footertopsection_box {
	border: 1px solid #3e3e3d;
	border-top: none;
	border-left: none;
	background-color: #1e1e1c;
	width: 100%;
	padding: 36px
}

.footertopsection_box .footertopsection_icon {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 0 0 40px
}

.footertopsection_box .footertopsection_icon i {
	width: 48px;
	height: 48px;
	background-color: #2a2a27;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-radius: 50%;
	padding: 8px
}

.footertopsection_box h4 {
	font-size: 25px;
	line-height: 1.2;
	font-family: CircularStd-Book;
	color: var(--white-text);
	padding: 0 0 16px
}

.footertopsection_box p {
	font-size: 18px;
	line-height: 1.32;
	font-family: CircularStd-Book;
	color: #ddd
}

.footertopsection_box .footertopsection_table {
	padding: 38px 0 0
}

.footertopsection_table .footertopsection_thead {
	border-bottom: 1px solid #3e3e3d
}

.footertopsection_table .footertopsection_flex .footertopsection_title {
	width: 50%;
	padding: 10px 15px 10px 0;
	text-align: left
}

.footertopsection_table .footertopsection_flex .footertopsection_value {
	width: 50%;
	padding: 10px 0 10px 15px;
	text-align: right
}

.footertopsection_table .footertopsection_thead .footertopsection_flex .footertopsection_title,
.footertopsection_table .footertopsection_thead .footertopsection_flex .footertopsection_value {
	font-family: CircularStd-Book;
	font-size: 20px;
	line-height: 1.5;
	color: var(--white-text)
}

.footertopsection_table .footertopsection_body {
	width: 100%;
	padding: 5px 0 0
}

.footertopsection_table .footertopsection_body .footertopsection_flex {
	padding-top: 5px;
	padding-bottom: 5px
}

.footertopsection_table .footertopsection_body .footertopsection_flex .footertopsection_title {
	font-family: CircularStd-Book;
	font-size: 17px;
	line-height: 176.471%;
	color: #ddd;
	padding-top: 0;
	padding-bottom: 0
}

.footertopsection_table .footertopsection_body .footertopsection_flex .footertopsection_value {
	font-family: CircularStd-Bold;
	font-size: 17px;
	line-height: 176.471%;
	color: #ddd;
	padding-top: 0;
	padding-bottom: 0
}

.footer {
	width: 100%;
	position: relative;
	background-color: var(--white-bg);
	z-index: 2
}

.footer::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 749px;
	height: 688px;
	background-image: url(../images/footer_shap.svg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1
}

.footer-wrap .foot-top {
	width: 100%;
	position: relative;
	padding: 50px 0 171px
}

.foot-top-inner {
	width: 100%;
	position: relative;
	max-width: 1496px;
	margin: 0 auto
}

.foot-logo {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	align-content: center;
	width: 100%
}

.foot-logo .f_logo a {
	display: inline-flex;
	width: 253px
}

.foot-logo .f_content {
	width: calc(100% - 253px);
	padding: 0 0 0 59px
}

.foot-logo .f_content p {
	font-size: 25px;
	font-family: CircularStd-Book;
	line-height: 1.5;
	color: var(--black-text-200)
}

.foot-row {
	width: auto;
	margin: 0 -15px;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 80px 0 0
}

.foot-row .foot-col {
	padding: 0 15px
}

.foot-row .foot-col h6 {
	color: var(--black-text-100);
	font-family: CircularStd-Book;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	padding: 0 0 34px
}

.foot-link ul li a,
.foot-row .foot-col address,
.foot-row .foot-col p {
	font-family: CircularSpotifyText-Light;
	font-size: 17px;
	line-height: 150%;
	color: var(--black-text)
}

.content-area blockquote p,
.foot-row .foot-col address,
.foot-row .foot-col p {
	margin: 0
}

.foot-row .foot-col address+p,
.foot-row .foot-col p+p {
	margin-top: 17px
}

.content-area h2,
.foot-row .foot-col address a,
.foot-row .foot-col p a {
	color: var(--black-text)
}

.foot-row .foot-col .social-icon {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
	row-gap: 20px;
	padding: 29px 0 0
}

.foot-row .foot-col .social-icon li {
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px
}

.foot-row .foot-col .social-icon li a img {
	height: 49px;
	width: auto
}

.foot-link ul {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column
}

.foot-link ul li a {
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.advisor-logo {
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	margin: 0 -20px;
	row-gap: 40px;
	padding: 25px 0 0
}

.advisor-logo .a-logo {
	display: -ms-flexbox;
	display: flex;
	padding: 0 20px
}

.foot-bottom {
	border-top: 1px solid #994f4d;
	padding: 48px 0 49px
}

.footer-bottom-inner {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	max-width: 1496px;
	margin: 0 auto
}

.footer-bottom-inner .copy-text {
	position: relative;
	padding: 0 15px 0 0
}

.footer-bottom-inner .by-text,
.footer-bottom-inner p {
	font-family: Inter-Regular;
	font-size: 16px;
	line-height: 163.345%;
	color: var(--black-text-200)
}

.footer-bottom-inner .by-text a,
.footer-bottom-inner p a {
	color: var(--black-text-200);
	text-decoration: underline
}

.footer-bottom-inner .by-text a:hover,
.footer-bottom-inner p a:hover {
	text-decoration: none
}

.advisormodal-form .modal-dialog {
	max-width: 835px
}

.advisormodal-form .btn-close {
	background: 0 0;
	position: absolute;
	top: 16px;
	right: 21px;
	padding: 20px;
	z-index: 2;
	height: 22px;
	width: 22px
}

.advisormodal-form .modal-body {
	padding: 75px 83px 86px 88px
}

.advisormodal_body .form_heading {
	width: 100%;
	position: relative;
	padding: 0 0 36px
}

.advisormodal_body .form_heading h2 {
	font-size: 45px;
	color: #171a22;
	line-height: 126.667%;
	font-family: CircularStd-Book
}

.modal-backdrop.show {
	opacity: .25
}

.advisormodal-form .modal-content {
	border-radius: 0
}

.singal_post_section {
	padding: 140px 0
}

.singal_post_inner {
	max-width: 1070px;
	margin-left: auto;
	margin-right: auto
}

.content-area h1 {
	font-size: 70px;
	font-style: normal;
	line-height: 114.286%;
	color: var(--browen-text);
	font-family: CircularSpotifyText-Light;
	margin: 0 0 25px;
	padding: 0
}

.content-area h2,
.content-area h3 {
	font-size: 45px;
	margin: 0 0 30px;
	padding: 0;
	line-height: normal;
	font-family: CircularStd-Book
}

.content-area h4 {
	color: var(--black-text);
	font-family: CircularStd-Book;
	font-size: 39px;
	line-height: normal;
	margin: 0 0 30px;
	padding: 0
}

.contact_inner_box .address_lista li a,
.content-area h5,
.content-area p {
	color: var(--black-text-darks)
}

.content-area h5,
.content-area h6 {
	font-size: 25px;
	margin: 0 0 30px;
	padding: 0;
	text-transform: uppercase
}

.content-area h5 {
	font-family: CircularStd-Book;
	line-height: 1.28
}

.content-area h6,
.content-area ul li {
	line-height: normal;
	font-family: CircularStd-Book
}

.content-area p {
	font-size: 20px;
	font-family: CircularSpotifyText-Light;
	line-height: 1.5;
	margin: 0 0 25px
}

.content-area ul {
	list-style: none;
	margin: 0 0 30px;
	padding: 0
}

.content-area ul li {
	position: relative;
	font-weight: 400;
	padding: 0 0 0 20px
}

.content-area ol {
	margin: 0 0 30px;
	padding: 0 0 0 35px
}

.content-area ol li {
	position: relative;
	list-style: decimal;
	display: list-item;
	font-family: CircularStd-Book;
	line-height: 1.5;
	font-weight: 400;
	padding: 0
}

.content-area blockquote,
.content-area blockquote p {
	font-family: CircularSpotifyText-Light;
	font-size: 20px;
	color: var(--white-text);
	font-weight: 400;
	line-height: 1.5
}

.content-area blockquote {
	width: 850px;
	max-width: 100%;
	display: block;
	line-height: normal;
	background-color: rgba(153, 78, 77, .788);
	border-left: 6px solid var(--browen-bg);
	margin: 0 0 20px;
	padding: 18px 20px
}

.content-area blockquote * {
	color: #fff !important
}

.content-area {
	overflow-x: hidden !important
}

.content-area a {
	color: var(--black-bg);
	text-decoration: underline
}

.content-area a:hover {
	color: var(--browen-text);
	text-decoration: none
}

.content-area .alignleft {
	float: left;
	margin: 0 15px 15px 0
}

.content-area .alignright {
	float: right;
	margin: 0 0 15px 15px
}

.content-area .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px
}

section.not-found {
	display: inline-block;
	vertical-align: top;
	width: 100%
}

.four_zero_page {
	padding: 153px 0 100px;
	width: 100%;
	float: left;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - 120px - 237px)
}

.four_zero_page .big_title {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	z-index: 2
}

.four_zero_page .big_title span {
	display: inline-block;
	width: 100%;
	font-family: CircularStd-Bold;
	font-size: 200px;
	line-height: 1.3;
	letter-spacing: .03em;
	color: #000;
	text-transform: uppercase;
	position: absolute;
	bottom: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
	opacity: .1
}

.four_zero_page .big_title h1 {
	width: 100%;
	font-family: CircularStd-Medium;
	text-align: center
}

.four_zero_page .big_title:after {
	content: "";
	background: #000;
	width: 60px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	display: block
}

.four_zero_page .fore_text {
	padding: 29px 0 0;
	font-size: 18px;
	display: inline-block;
	width: 100%;
	color: #000
}

.four_zero_page .read_more {
	padding: 32px 0 0;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center
}

body.error404 .site-main {
	padding: 0 !important
}

.four_zero_page .w3n_blk_btn {
	justify-content: center;
	padding: 30px 0 0
}

.four_zero_page .w3n_blk_btn a {
	text-decoration: none !important
}

.wow {
	visibility: hidden
}

.wpcf7 form.invalid .wpcf7-response-output {
	border: 0;
	text-align: center;
	margin: 20px 0 0;
	padding: 10px;
	color: #ffb900
}

.wpcf7 form.sent .wpcf7-response-output {
	border: 0;
	text-align: center;
	margin: 20px 0 0;
	padding: 10px;
	color: #46b450
}

.sub-menu {
	border-radius: 10px
}
.navigation .nav .menu li a:hover{
	text-decoration: none !important;
}