html, body {
	overflow-x: hidden;
}

/* slider */
#hp-slider .aios-slider::before, #hp-slider .aios-slider::after {
	content: '';
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	z-index: 1;
	position: absolute;
	opacity: .15;	
}

#hp-slider .aios-slider::after  {
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);	
	height: 50%;	
	opacity: .20;
}

/* floating smis */
.hp-smis-list {
	position: fixed;
	top: 54%;
	transform: translateY(-50%);
	right: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 20;
	transition: all .5s;
}

.hp-smis-list::before {
	content: '';
	width: 1px;
	height: 25px;
	background: #000;
	opacity: .50;
	order: 2;
}

.hp-smis-list::after {
	content: 'FOLLOW US';
	color: #000;
	opacity: 1;
	white-space: nowrap;
	order: 3;
	font-size: 13px;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	margin-top: 10px;	
	letter-spacing: 0.3em;
}

.hp-smis-list a {
	display: inline-flex;
	flex-direction: column;
	text-align: center;
	color: #000;
	position: relative;	
	font-size: 20px;
	transition: all .5s;
	justify-content: center;
	align-items: center;
	margin: 7.5px 0;	
	width: 38px;
	height: 38px;
	border: 1px #000 solid;
	border-radius: 50%;
	order: 1;
}

.hp-smis-list a:hover {
	text-decoration: none;
	background-color: var(--secondary);
	border-color: var(--secondary);
	text-shadow: none;
}

body:is([data-active-section="hp-slider"], [data-active-section="hp-fixed-smis"], [data-active-section="footer-form"]) .hp-smis-list a{
	color: #fff;
	border-color: #fff;
}

body:is([data-active-section="hp-slider"], [data-active-section="hp-fixed-smis"], [data-active-section="footer-form"]) .hp-smis-list::after {
	color: #fff;
}


body:is([data-active-section="hp-slider"], [data-active-section="hp-fixed-smis"], [data-active-section="footer-form"]) .hp-smis-list::before{
	background: #fff;
}

body:is([data-active-section="hp-meet-the-team"]) .hp-smis-list {
	opacity: 0;
}

/* quick search */
.hp-qs {
	padding: 60px 0 0;	
	z-index: 10;
}

.hp-qs-inner {
	position: relative;
	z-index: 2;
	width: 1140px;
	width: 71.25vw;
	margin: 0 auto;	
}

.hp-qs-title {
	margin-bottom: 20px;
}

.hp-qs-title h2 {
	font-family: var(--font-family-title);
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--primary);
}

.hp-qs-form  {
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	border-radius: 10px;
	margin-bottom: 25px;
}

.hp-qs-form form {
	display: flex;
	justify-content: center;
	align-items: center;	
	padding: 14px;
}

.hp-qs-field select {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hp-qs-icon {
	margin-right: 20px;
}

.hp-qs-icon i {
	font-size: 40px;
	color: #d4af37;
}

.hp-qs-field {			
	position: relative;
	width: 155px;
	width: 9.688vw;
	border-left: 1px #d6d6d6 solid;
	padding: 0 20px;
	padding: 0 1.25vw;
}

.hp-qs-field:nth-of-type(1) {
	border-left: 0;
	padding-left: 10px;
	padding-left: 0.625vw;
}

.hp-qs-field label {
	margin-bottom: 10px;
	font-size: 12.31px;
	font-weight: 700;
	margin-bottom: 15px; 
	display: none;
}

.hp-qs-field--long {
	width: 275px;
	width: 17.188vw;
}

.hp-qs-field.w-border {
	border-right: 1px #000 solid;
}

.hp-qs-field.w-arrow::after {
	content: "\b0087";
	position: absolute;
	right: 20px;
	top: 35%;
	transform: translateY(-50%);		
	font-family: agentimage!important;
	transform: rotate(90deg);
	font-size: 8px;
	color: #000;
}

.hp-qs-field-long {
	width: 200px;
}

.hp-qs-field.no-border {
	border-right: 0;
}

.hp-qs-field input, .hp-qs-field select {
	border: 0;
	width: 100%;
	padding: 0;
	outline: none;
	font-size: 14px;	
	background: transparent;
}

.hp-qs-field .bootstrap-select.btn-group {
    /*select width, display and position are set here and set to !important
    no height attribute. padding in .bootstrap-select.btn-group .dropdown-toggle sets the height*/
    width: 100%;
}

.hp-qs-field .bootstrap-select.btn-group .dropdown-toggle {
    /*form appearance should be set here
    no height attribute. set the height by setting the padding*/
    border-radius: 0;
    border: 0;
    width: 100%;
    padding: 0;
    outline: none;
    font-size: 14px;	
    background: transparent;
	outline: none !important;
	box-shadow: none !important;
}

.hp-qs-field .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    /*font size, family, etc. should be set here*/
    font-size: 14px;	
    color: black;
    text-overflow: ellipsis;
}  

.hp-qs-field input::placeholder {	
}

.hp-qs-field select {
	-webkit-appearance: none;
	text-transform: uppercase;
}

.hp-qs-field select option {
	color: #666;
}

.hp-qs .powered-by {		
	font-size: 12px;
	letter-spacing: 1.5px;
	color: #454545;	
}

.hp-qs-submit {
	display: flex;
	align-items: center;
}

.hp-qs-submit button {
	margin: 0 5px;	
	padding: 0;
	letter-spacing: 1px;
	width: 60px;
	width: 3.75vw;
	height: 56px;
	border: 0;
	border-radius: 8px;
	background: var(--primary);
	color: #fff;
	font-size: 25px;
	font-size: 1.563vw;
	text-align: center;
	transition: all .5s;
}

.hp-qs-submit button:hover {
	background: var(--secondary);
	color: var(--primary);
}

.hp-qs-submit a {
	width: 150px;
	width: 9.375vw;
	height: 56px;
	background: #4f6073;
	border-radius: 8px;	
	color: #fff;
	text-transform: uppercase;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all .5s;
}

.hp-qs-submit button:hover, .hp-qs-submit a:hover {
	background: var(--secondary);
	color: var(--primary);
}

/* ctas */
.hp-ctas-wrap {
	margin-top: -50px;
}

.hp-ctas-wrap .canvas-bg {
	background: #f7f6f7;
}

.hp-ctas-wrap .canvas-bg::before, .hp-ctas-wrap .canvas-bg::after {
	content: '';
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 25%;
	left: 0;
	top: 0;		
	background: linear-gradient(180deg, rgba(247,246,247,1) 0%, rgba(247,246,247,0) 100%);
	z-index: 1;
}

.hp-ctas-wrap .canvas-bg::after {
	background: linear-gradient(0deg, rgba(247,246,247,1) 0%, rgba(247,246,247,0) 100%);
	bottom: 0;
	top: auto;
	height: 20%;
}

.hp-ctas-wrap .canvas-bg canvas {
	opacity: .20;
}

.hp-ctas {
	font-size: 0;
	padding: 0 95px 100px;
	padding: 6.25vw 5.938vw;
	z-index: 2;
	position: relative;
}

.hp-cta {
	display: inline-block;
	vertical-align: middle;
	width: 33.33%;
	padding: 7.5px;
}

.hp-cta a {
	display: block;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.hp-cta-img {
	background: #212121;
}

.hp-cta-img::before, .hp-cta-img::after {
	content: '';
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: 1px #fff solid;
	border-left-width: 0;
	border-right-width: 0;
	width: 70%;
	height: 20%;
	transition: all .5s;
	z-index: 1;
}

.hp-cta:hover .hp-cta-img::before {
	width: 92%;
	height: 92%;
	border-radius: 10px;
	border-left-width: 1px;
	border-right-width: 1px;
}

.hp-cta-img::after {
	 width: 100%;
	 height: 100%;	 
	 border: 8px var(--secondary) solid;
	 opacity: 0;
	 z-index: 2;	 
 }

.hp-cta:hover .hp-cta-img::after {
	opacity: 1;
}


.hp-cta-img img {
	opacity: .45;
}

.hp-cta:hover .hp-cta-img img {
	opacity: .80;
}

.hp-cta-label {
	font-size: 40px;
	font-size: 2.5vw;
	font-weight: 600;
	font-family: var(--font-family-title);
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
}

/* about */
.hp-abt {}

.hp-abt .custom-container {
	width: 1395px;
	width: 87.188vw;
}

.hp-abt-bg::before {
	content: '';
	width: 100%;
	height: 70%;	
	position: absolute;
	background: linear-gradient(180deg, rgba(247,246,247,1) 30%, rgba(247,246,247,0) 100%);
	top: 0;
	left: 0;
	z-index: 1;
}

.hp-abt-left {
	width: 576px;
	width: 36vw;
	position: relative; 
}

.hp-abt-left::before {
	content: '';
	pointer-events: none;	
	position: absolute;
	width: 100%;
	height: 100%;	
	left: -60px;
	bottom: -60px;
	left: -3.75vw;
	bottom: -3.75vw;
	background: var(--primary) url(../../assets/images/home/hp-texture.jpg) center no-repeat;;
	background-size: cover
}

.hp-abt-right {
/*	width: 825px;
	width: 51.563vw*/ 
	width: 71.25vw; 
	margin: 0 auto;
}

.hp-abt-txt {
	background: #f7f6f7;	
	padding: 50px 50px 15px 100px;	
	padding: 3.125vw 3.125vw 0.938vw 6.25vw;
}

.hp-abt-btn {
	background: #f7f6f7;
	padding: 5px 50px 15px 100px;
	padding: 0.313vw 3.125vw 0.938vw 6.25vw;
	display: inline-block;
}

/* meet the team */
.hp-mtt {
	padding: 254px 0 100px 125px;
	padding: 15.875vw 0 6.25vw 7.813vw;
	background: #f7f6f7;
}

.hp-mtt-left {
	width: 31.5%;
}

.hp-mtt-left p {
	max-width: 90%;
}

.hp-mtt-agents {
	width: 68.5%;
	font-size: 0;
}

.hp-mtt-agent {
	display: inline-block;
	width: 25%;
	padding: 10px;
	vertical-align: top;
}

.hp-mtt-agent-img {
	border-radius: 15px;		
}

.hp-mtt-agent-img img {
	filter: grayscale(1);
}

.hp-mtt-agent:hover .hp-mtt-agent-img img {
	filter: grayscale(0);
}

.hp-mtt-agent-details {
	padding-top: 35px;
	position: relative;
}

.hp-mtt-agent-details::before {
	content: 'VIEW DETAILS';
	position: absolute;
	width: 2px;
	height: 53px;
	background: #4f6073;
	top: -26.5px;
	left: 50%;
	transform: translateX(-50%);
	transition: all .5s;
	border-bottom-left-radius: 10px;	
	border-bottom-right-radius: 10px;
	font-family: var(--font-family-title);
	font-weight: 600;
	line-height: 53px;
	overflow: hidden;
	font-size: 0;
	color: #fff;
}

/*.hp-mtt-agent:hover .hp-mtt-agent-details::before {
	font-size: 20px;
	font-size: 1.25vw;
	width: 100%; 
}*/

.hp-mtt-agent-details .agent-name {
	font-size: 24px;
	font-size: 1.5vw;
	font-family: var(--font-family-title);
	font-weight: 600;	
	color: var(--font-color-title);
	margin-bottom: 10px;
}
.hp-mtt-agent-details .agent-title {
	font-size: 14px;
	font-size: 0.875vw;
	color: #191919;
}

.hp-mtt .slick-list {
	padding-right: 13.5%;
}

.hp-mtt .slick-slide a {
	outline: none; 
	pointer-events: none;
}

.hp-mtt .slider-arrows {
	margin-bottom: 55px;
}

/* featured properties */
.hp-fp {
	padding: 100px 0;
	padding: 6.25vw 0;
}

.hp-fp::before {
	content: '';
	position: absolute;
	pointer-events: none;	
	top: 0;
	left: 0;
	width: 50%;
	height: 65%;
	z-index: 2;	
	background: var(--primary) url(../../assets/images/home/hp-texture.jpg) center no-repeat;
	background-size: cover;
	opacity: .95;
}

.hp-fp-bg::before, .hp-fp-bg::after {
	content: '';
	width: 100%;
	height: 40%;	
	position: absolute;
	background: linear-gradient(180deg, rgba(247,246,247,1) 30%, rgba(247,246,247,0) 100%);
	top: 0;
	left: 0;
	z-index: 1;
}

.hp-fp-bg::after {	
	height: 70%;
	bottom: 0;
	top: auto;
	background: linear-gradient(0deg, rgba(247,246,247,1) 30%, rgba(247,246,247,0) 100%);	
}

.hp-fp-title, .hp-fp-item {
	width: calc(33.33% - 15px);
	margin: 15px 0;	
}

.hp-fp-item {
	overflow: hidden;
}

.hp-fp-title {	
	color: #fff;
	padding: 50px 20px;
}

.hp-fp-item-details {
	position: absolute;
	bottom: -55px;
	color: #fff;
	padding: 0 30px;
	z-index: 2;
	transition: all .5s;
}

.hp-fp-item:hover .hp-fp-item-details {
	bottom: 30px;
}

.fp-specs {
	margin-top: 20px;
}

.fp-specs > span {
	display: inline-block;
}

.fp-specs > span:not(:last-child) {
	margin-right: 35px;
}

.fp-specs > span::before {
	content: '';	
	width: 15px;
	height: 15px;
	display: block;
	margin: 0 auto 10px;
}

.fp-specs > span.spec-beds::before{
	background: url(../../assets/images/global/icon-bed.png) center no-repeat;;
}

.fp-specs > span.spec-baths::before{
	background: url(../../assets/images/global/icon-bath.png) center no-repeat;;
}

.fp-specs > span.spec-sqft::before{
	background: url(../../assets/images/global/icon-sqft.png) center no-repeat;;
}

.hp-fp-item-details .section-btn {
	background: var(--font-color--accent);
	border-color: var(--font-color--accent);
	color: #fff;
	width: 217px;
	height: 56px;
	margin-top: 20px;
	opacity: 0;
}

.hp-fp-item:hover .hp-fp-item-details .section-btn  {
	opacity: 1;
}

.fp-price {
	font-size: 36px;
	font-family: var(--font-family-title);
	font-variant-numeric: lining-nums;
	font-feature-settings: "lnum";
	margin-bottom: 18px;
}

.fp-address-1 {
	font-size: 18px;
	margin-bottom: 8px;
}

.fp-address-2 {
	font-size: 15px;
}

.hp-fp-item-img {	
	border-radius: 10px;
	background: #000;
}

.hp-fp-item-img::before {
	content: '';
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	z-index: 1;
	background: linear-gradient(40deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
	border-radius: 10px;
}

.hp-fp-item-img::after {
	content: '';	
	border: 8px var(--secondary) solid;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s;
	opacity: 1;
	z-index: 2;
	border-radius: 10px;
	opacity: 0;
}

:is(:hover) > .hp-fp-item-img::after  {
	opacity: 1;
}

:is(:hover) > .hp-fp-item-img img {	
	opacity: .40;
}

/* our numbers */
.hp-on {
	padding: 100px 0 0;
	padding: 6.25vw 0 0;
	margin-bottom: -110px;
	z-index: 3;
}

/* client reviews */
.hp-cr {
	padding: 260px 0 0 0;
}

.hp-cr-bg {
	height: 60%;
}

.hp-cr-bg::before {
	content: '';
	width: 100%;
	height: 50%;	
	position: absolute;
	background: linear-gradient(180deg, rgba(247,246,247,1) 30%, rgba(247,246,247,0) 100%);
	top: 0;
	left: 0;
	z-index: 1;
}

.hp-cr .custom-container {
	padding: 75px;	
	padding: 4.688vw;
	background: linear-gradient(180deg, rgba(79,96,115,1) 0%, rgba(44,63,92,1) 100%);
	color: #fff;
	border-radius: 20px;
}

.hp-cr-slider {	
	padding: 0 130px;
	padding: 0 8.125vw
}

.hp-cr-slider:not(.slick-initialized) .hp-cr-slide:nth-child(n+2) {
	display: none;
}

.hp-cr-slide .client-name {
	text-transform: uppercase;
	font-family: var(--font-family-title);
	font-weight: 600;
	font-size: 20px;
	 letter-spacing: 0.1em;
}

.hp-cr .slider-arrow-b {
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
}

.hp-cr .slider-arrow-b.slider-arrow-p {
	left: 50px;
	left: 3.125vw;
}

.hp-cr .slider-arrow-b.slider-arrow-n {
	right: 50px;
	right: 3.125vw;
}

/* latest blogs */
.hp-lb {
	padding: 100px 0 0;
	padding: 6.25vw 0 0;
	position: relative;
}

.hp-lb::before, .hp-lb::after {
	content: '';
	pointer-events: none;
	width: 55%;
	height: 40%;
	position: absolute;
	right: 0;
	background: linear-gradient(180deg, rgba(79,96,115,1) 0%, rgba(44,63,92,1) 100%);
	top: 6.25vw;
}

.hp-lb::after {
	background: var(--primary) url(../../assets/images/home/hp-texture.jpg);
	z-index: 1;
	opacity: 0.9;
}

.hp-lb .custom-container {
	z-index: 2;
	position: relative;
}

.hp-lb-top-left {
	padding-top: 40px;
}

.hp-lb-top-right .slider-arrows {
	display: inline-block;
	margin-right: 65px;
}

.hp-lb-posts {
	font-size: 0;	
	vertical-align: middle;
}

.hp-lb-post {
	width: 33.33%;
	display: inline-block;
	padding: 15px;
}

.hp-lb-post-img {
	transition: all .5s;
}

.hp-lb-post-img::after {
	content: '';	
	border: 8px var(--secondary) solid;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s;
	opacity: 0;
}

.hp-lb-post:hover .hp-lb-post-img::after  {
	opacity: 1;
}

.hp-lb-posts:not(.slick-initialized) .hp-lb-post:nth-child(n+4) {
	display: none;
}

.hp-lb-post .lb-post-title {
	font-size: 25px;
	font-size: 1.563vw;
	font-weight: 600;
	font-family: var(--font-family-title);
	margin-top: 20px;
	color: var(--primary);
	text-wrap: balance
}

.hp-lb-post .lb-post-title a {
	color: inherit;
	outline: none;
}

.hp-lb-post .lb-post-meta {
	font-size: 13px;
	font-size: 0.813vw;
	margin-top: 20px;
}

.hp-lb-post .lb-post-excerpt {
	font-size: 13px;
	font-size: 0.813vw;
	margin-top: 30px;
}

.hp-lb-post:hover .section-btn {
	background: var(--secondary);
	border-color: var(--secondary);
}

/* social media */
.hp-sm {
	padding: 100px 0;
	padding: 6.25vw 0;
}

.hp-sm-feed {
	font-size: 0;
	margin: 0 -10px;
}

.hp-sm-feed-item {
	width: calc(100% / 6);
	display: inline-block;
	padding: 10px;
}

.hp-sm-feed-item > a {
	display: block;
	position: relative;
}

.hp-sm-feed-item-img {
	border-radius: 8px;
}

.hp-sm-feed-item-hover {
	position: absolute;
	font-size: 20px;
	z-index: 2;
	background: rgb(223 206 186 / .82);
	width: 90%;
	height: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);	
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s;
	opacity: 0;
}

.hp-sm-feed-item:hover .hp-sm-feed-item-hover{
	opacity: 1;
	top: calc(50% - 38px);
}

.hp-sm-feed-item-hover > span {
	padding: 0 10px;
	font-size: 19px;
	font-weight: 600;
	color: var(--primary);
}

.hp-sm-feed-item-hover > span > i {
	font-weight: 700;
}

.hp-sm-links a {	
	display: inline-flex;
	flex-direction: column;
	text-align: center;	
	position: relative;	
	font-size: 20px;
	transition: all .5s;
	justify-content: center;
	align-items: center;
	margin: 10px;		
	width: 54px;
	height: 54px;
	color: #191919;
	border: 1px #191919 solid;
	border-radius: 50%;	
}

.hp-sm-links a:hover {
	background: var(--secondary);
	border-color: var(--secondary);
	color: var(--primary);
}

/* stats */
.hp-on-stats {
	font-size: 0;
	color: #000; 
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.hp-on-bg::before {
	content: '';
	width: 100%;
	height: 70%;	
	position: absolute;
	background: linear-gradient(180deg, rgba(247,246,247,1) 30%, rgba(247,246,247,0) 100%);
	top: 0;
	left: 0;
	z-index: 1;
}

.hp-on-stats .on-stat {
	font-size: 16px;
	font-size: 1vw;
	display: inline-block;
	text-align: center;
	width: calc(25% - 60px);	
	margin: 0 30px;
	padding: 50px 0;	
	color: #191919;
}

.hp-on-stats .on-stat .stat-label {	
	font-size: 60px;
	font-size: 3.75vw;
	font-weight: 600;
	margin-bottom: 10px;	
}

.hp-on-stats .on-stat .stat-desc {
	text-transform: uppercase;
	line-height: 1.2;	
	color: var(--primary);
}
section#hp-slider {
    position: relative;
}

.page_item.page-item-2 {
	display: none !important;
}

@media(max-width: 991px) {

body.offcanvas-open .offcanvas-menu {
	display: none;
}

	.header-logo {
		opacity: 0;
	}
	.mob-banner-logo {
		display: block !important;
		position: absolute;
		top: 53%;
		left: 50%;
		transform: translate(-50%, -50%);
		filter: invert(2) brightness(3);
		z-index: 2;
		width: 95%;
	}
	.mob-banner-logo img {
		margin: 0 auto;
	}
	.slider-arrows.arrow-desktop {
		display: none;
	}
	.slider-arrows.arrow-mobile {
		display: block !important;
		margin: 25px auto;
	}
	.hp-lb .slider-arrows.arrow-mobile {
		text-align: center;
	}
	.team-more-mob {
		display: block !important;
		margin: 20px auto 20px;
	}
	.hp-mtt-left .section-btn {
		display: none;
	}
	.hp-qs {
		padding: 6.25vw 5.938vw 0;
	}
	.hp-qs-inner {
		width: 100%;
	}
	.hp-qs-form form{
		flex-wrap: wrap;
	}
	.hp-qs-field {
		width: 100%;
	}
	.hp-qs-field {					
		border-top: 1px #d6d6d6 solid;
		border-left: 0;
		padding: 20px 0;
	}
	.hp-qs-field:first-child {
		border-top: 0;
	}
	.hp-qs-submit {		
		width: 100%;
	}	
	.hp-qs-submit button, .hp-qs-submit a {
		width: 50%;
		height: 50px;
		margin: 0 5px;
		font-size: 14px;
	}	

	.hp-fp-item {
		width: calc(50% - 15px);
	}	

	.hp-on-stats {
		display: block;
		text-align: center;
	}
}

@media(max-width: 768px) {
	.hp-cta {
		width: 100%;
	}
	.hp-cta-label {
		font-size: 20px;
	}	

	.hp-abt .custom-container {
		flex-wrap: wrap;
		justify-content: center;
	}
	.hp-abt-left,
	.hp-abt-right {
		width: 100%;		
	}
	.hp-abt-left::before {
		display: none;
	}
	.hp-abt-txt {
		padding: 3.125vw 6.25vw.938vw;
		text-align: center;
	}
	.hp-abt-right .section-title {
		justify-content: center;
		display: flex;
		text-align: left;
	}
	.hp-abt-btn {
		display: block;
		text-align: center;
	}

	.hp-mtt {
		flex-wrap: wrap;
		padding: 254px 0 100px 125px;
		padding: 15.875vw 7.813vw 6.25vw;
		background: #f7f6f7;
	}	
	.hp-mtt-left, .hp-mtt-agents{
		width: 100%;
		text-align: center;
	}
	.hp-mtt .slick-list {
		padding-right: 0;
		margin-top: 30px;
	}
	.hp-mtt-left .section-title {
		display: flex;
		justify-content: center;
		text-align: left;
	}
	.hp-mtt-left p {
		max-width: 100%;
	}
	.hp-mtt .slider-arrows {
		text-align: center;
	}
	.hp-mtt-agent {
		max-width: 300px;
	}
	.hp-mtt .agent-name {
		font-size: 24px;
	}
	.hp-mtt .agent-title {
		font-size: 15px;
	}

	.hp-fp {
		padding: 0;
	}
	.hp-fp::before {
		width: 100%;
		height: 25%;
	}
	.hp-fp-item, .hp-fp-title {
		width: 100%;
	}		
	.hp-fp-title {
		text-align: center;
	}
	.hp-fp-title .section-title {
		text-align: left;
		display: flex;
		justify-content: center;
	}

	.hp-on-stats .on-stat {
		width: calc(50% - 60px);
	}
	.hp-on-stats .on-stat .stat-label {
		font-size: 40px;
	}
	.hp-on-stats .on-stat {
		font-size: 16px;
	}

	.hp-lb-top {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 30px;
	}
	.hp-lb::before, .hp-lb::after {
		width: 100%;
		height: 48%;
	}
	.hp-lb .section-title :is(h1, h2) {
		color: #fff;
	}
	.hp-lb-top-right {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	.hp-lb-top-right .slider-arrows {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.hp-lb-post {
		text-align: center;
	}
	.hp-lb-post .lb-post-title {
		font-size: 25px;		
	}
	.hp-lb-post .lb-post-meta, .hp-lb-post .lb-post-excerpt {
		font-size: 13px;		
	}

	.hp-sm .custom-container{
		flex-wrap: wrap;
		flex-direction: column;
	}
	.hp-sm .section-title {
		margin-bottom: 0;
	}
	.hp-sm-feed-item {
		width: 33.33%;
	}
	.hp-mtt-agent:hover .hp-mtt-agent-details::before {
		font-size: 20px;		
	}	
}


@media(max-width: 480px) {
	.hp-on-stats .on-stat {
		width: 100%;
		margin: 0;
		padding: 20px 0;
	}
	.hp-lb::before, .hp-lb::after {
		height: 32%;
	}	
}

@media(max-width: 375px) {
	.hp-abt .custom-container {
		width: 95%;
	}
	.hp-fp-item-details {
		padding: 0 10px;
	}
	.fp-specs > span:not(:last-child) {
		margin-right: 20px;
	}
	.section-btn {
		min-width: 250px;
	}
	.slider-arrow-b::before {
		font-size: 30px;
	}
	.hp-sm-feed-item {
		width: 50%;
	}
}