	/*
Theme Name: Natalie Gregory & Co.
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.8
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/
	/*
TABLE OF CONTENTS
1. Custom CSS
2. IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
*/
	/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/
	#main-wrapper {
	    overflow: hidden;
	}

	.aios-mobile-header-wrapper {
	    z-index: 1036 !important;
	}

	/* Sub Menu */
	#nav li {
	    position: relative;
	    display: inline-block;
	}

	#nav .sub-menu {
	    list-style: none outside none;
	    margin: 0;
	    padding: 0;
	    position: absolute;
	    width: 100%;
	    min-width: 180px;
	    transform: translateX(-50%);
	    padding-top: 30px;
	    left: 50%;
	    -webkit-transform: translate(-50%, 20px);
	    transform: translate(-50%, 20px);
	    transition: all .5s ease-in-out;
	    -webkit-transition: all .5s ease-in-out;
	    -moz-transition: all .5s ease-in-out;
	    -webkit-backface-visibility: hidden;
	    opacity: 0;
	    visibility: hidden;
	}

	#nav .sub-menu a {
	    display: block;
	    padding: 10px;
	    font-family: 'Poppins', sans-serif;
	    font-weight: 300;
	    font-size: 13px;
	    color: #fff;
	    text-transform: uppercase;
	    letter-spacing: .050em;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	#nav .sub-menu a:hover {
	    background: #fff;
	    color: #1d1d1d;
	    text-decoration: none;
	}

	#nav .sub-menu .sub-menu {
	    margin-left: 100%;
	    top: 0;
	}

	#nav li:hover>.sub-menu {
	    -webkit-transform: translate(-50%, 0px);
	    transform: translate(-50%, 0px);
	    opacity: 1;
	    visibility: visible;
	}

	#nav .sub-menu li {
	    position: relative;
	    background: rgba(29, 29, 29, 0.9);
	    width: 100%;
	    text-align: center;
	    margin-bottom: 1px;
	}

	/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/
	/* Global */
	a,
	a:hover,
	a:visited,
	a:focus,
	input,
	input:focus,
	textarea,
	textarea:focus,
	select:focus,
	select {
	    outline: none !important;
	    text-decoration: none !important;
	}

	.slick-slide {
	    outline: none !important;
	}

	body {
	    font-family: 'Poppins', sans-serif;
	    font-size: 14px;
	    background: #FFF;
	    color: #7e7e7e;
	    margin: 0;
	    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
	    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
	}

	/*Burger Menu Style*/
	.burger-nav {
	    position: fixed;
	    top: 0;
	    right: 0;
	    width: 100%;
	    height: 100%;
	    max-width: 982px;
	    z-index: 1035 !important;
	    z-index: 1001;
	    -webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	    transform: translateX(100%);
	    -webkit-transition: all .7s ease-in-out;
	    -moz-transition: all .7s ease-in-out;
	    -o-transition: all .7s ease-in-out;
	    transition: all .7s ease-in-out;
	    opacity: 0;
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: cover;
	    font-size: 0;
	    background-color: rgba(29, 29, 29, .90);
	    background-size: cover;
	    font-size: 0;
	    padding-top: 180px;
	    padding-left: 92px;
	    padding-bottom: 54px;
	    overflow-y: scroll;
	    overflow-x: hidden;
	}

	.offcanvas-backdrop {
	    width: 100%;
	    height: 100%;
	    position: fixed;
	    z-index: 99;
	}

	.burger-nav.active {
	    -webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	    transform: translateX(0);
	    opacity: 1;
	}

	.header-right.burger-active {
	    opacity: 0;
	    pointer-events: none;
	}

	.close-nav {
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 111px;
	    height: 111px;
	    background: #fff;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	    cursor: pointer;
	}

	.close-nav:hover em {
	    transform: rotate(-90deg);
	}

	.close-b-menu {
	    max-width: 52px;
	    margin: 0 auto;
	    text-align: center;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%, -50%);
	}

	.close-nav em {
	    font-size: 20px;
	    text-align: center;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	    display: block;
	    color: #000;
	}

	.close-nav .close-text {
	    font-size: 14px;
	    font-family: 'Poppins', sans-serif;
	    font-weight: 300;
	    font-size: 14px;
	    color: #000;
	    text-transform: uppercase;
	    letter-spacing: .100em;
	    margin-top: 11px;
	}

	.fix-nav .footer-sitemap {
	    max-width: 730px !important;
	}

	.fix-nav .footer-nav-sitemap {
	    max-width: 730px;
	}

	.fix-nav ul#sidenav>li {
	    display: inline-block;
	    vertical-align: top;
	    width: 33.33%;
	    margin-bottom: 35px;
	}

	.fix-nav ul#sidenav>li>a {
	    text-transform: uppercase;
	    letter-spacing: .100em;
	    font-size: 16px;
	    color: #fff;
	    transition: 400ms ease;
	    -webkit-transition: 400ms ease;
	}

	.fix-nav ul#sidenav>li:hover>a {
	    color: #7e7e7e;
	}

	.fix-nav ul#sidenav>li>ul>li>a {
	    text-transform: uppercase;
	    letter-spacing: .100em;
	    font-size: 16px;
	    color: #7e7e7e;
	    transition: 400ms ease;
	    -webkit-transition: 400ms ease;
	}

	.fix-nav ul#sidenav>li>ul>li>a:hover {
	    color: #fff;
	}

	.fix-nav ul#sidenav>li>ul.footer-last-emenu>li>a {
	    text-transform: uppercase;
	}

	.fix-nav .footer-nav-sitemap {
	    position: relative;
	}

	.fix-nav ul#sidenav ul.sub-menu>li:not(:last-child) {
	    margin-bottom: 10px;
	}

	.fix-nav .footer-nav-sitemap::after {
	    position: absolute;
	    bottom: -98%;
	    width: 100vw;
	    height: 1px;
	    content: '';
	    left: 0;
	    background-color: #5a5958;
	}

	.fix-nav .footer-sitemap::after {
	    display: none;
	}

	.fix-nav ul#sidenav>li>ul {
	    padding-top: 26px;
	    padding: 20px;
	}

	.fixed-address .footer-smi {
	    width: 100%;
	    margin-top: 0;
	}

	.fix-add-contact {
	    max-width: 293px;
	    width: 100%;
	}

	.fixed-address .textwidget {
	    max-width: 680px;
	    display: flex;
	    justify-content: space-between;
	    padding-top: 120px;
	}

	/*End of Burger Menu Style*/
	/*Header Style*/
	header.header {
	    position: fixed;
	    z-index: 1034;
	    width: 100%;
	    padding: 39px 0;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	    /* background: rgba(255,255,2550, 0.7); */
	    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
	    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	    /* FF3.6-15 */
	    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	    /* Chrome10-25,Safari5.1-6 */
	    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
	    /* IE6-9 */
	}

	.header-logo a {
	    display: block;
	}

	.header-right-top {
	    max-width: 225px;
	    margin-left: auto;
	    /* display: flex;
    justify-content: space-between;
    align-items: center; */
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.header-add {
	    /* max-width: 59px; */
	    display: flex;
	    width: 100%;
	    justify-content: space-evenly;
	    align-items: center;
	    position: relative;
	    /* margin-right: 30px; */
	    margin-bottom: 10px;
	}

	/* .header-add::after {
            content: '';
            width: 1px;
            height: 25px;
            background-color: rgba(0,0,0.20);
            position: absolute;
            right: -35px;
            top: 50%;
            transform: translateY(-50%);
        } */
	.header-add-item a {
	    font-size: 14px;
	    color: #000 !important;
	    display: block;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.header-add-item a:hover {
	    color: #a1a1a1 !important;
	}

	.header-add-item:first-child a {
	    font-size: 17px;
	}

	.header-smi {
	    max-width: 103px;
	    width: 100%;
	    display: flex;
	    justify-content: space-between;
	}

	.header-smi-item a {
	    font-size: 18px;
	    color: #000;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.header-smi-item a:hover {
	    color: #a1a1a1 !important;
	}

	.header-smi-item {
	    margin: 0px 6px;
	}

	.header-right-bottom #nav {
	    margin-left: auto;
	    display: flex;
	    justify-content: flex-end;
	    align-items: center;
	}

	.header-right-bottom #nav>li {
	    margin-left: 40px;
	}

	.header-right-bottom #nav>li:first-child {
	    margin-left: 0;
	}

	.header-right-bottom #nav>li>a {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 300;
	    font-size: 14px;
	    color: #000;
	    text-transform: uppercase;
	    letter-spacing: .050em;
	    position: relative;
	}

	#nav>li>a:after {
	    content: '';
	    position: absolute;
	    width: 100%;
	    height: 2px;
	    background: #fff;
	    bottom: -13px;
	    left: 0;
	    transform: scaleX(0) translateZ(0);
	    transform-origin: 100% 100%;
	    transition: transform .5s cubic-bezier(.215, .61, .355, 1);
	}

	#nav>li:hover>a:after {
	    transform: scaleX(1) translateZ(0);
	    transform-origin: 0 0;
	}

	/* .header-right-bottom {
                margin-top: 26px;
            } */
	.header-right {
	    /* margin-top: 13px; */
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	    display: flex;
	    align-items: center;
	    justify-content: flex-end;
	    position: relative;
	    z-index: 2;
	}

	.burger-wrapper {
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 111px;
	    height: 111px;
	    background: #fff;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	    cursor: pointer;
	}

	.burger-wrapper span {
	    display: block;
	    width: 37px;
	    position: relative;
	    height: 26px;
	    margin: 0 auto;
	    transition: all .3s ease;
	}

	.burger-wrapper span:before {
	    width: calc(100% + 10px);
	    height: 4px;
	    background: #000000;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.burger-wrapper span:after {
	    width: 100%;
	    height: 100%;
	    border-top: 4px solid #000000;
	    border-bottom: 4px solid #000000;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.burger-wrapper span:before,
	.burger-wrapper span:after {
	    content: '';
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    top: 0;
	    margin: auto;
	    transition: all .3s ease;
	}

	.white-span {
	    position: absolute;
	    top: 0;
	    left: 0;
	    background: 100%;
	    width: 13px;
	    background-color: azure;
	    height: 4px;
	    z-index: 4;
	}

	.burger-menu {
	    padding-top: 27px;
	}

	.burger-text {
	    text-align: center;
	    font-family: 'Poppins', sans-serif;
	    font-weight: 300;
	    font-size: 14px;
	    color: #000;
	    text-transform: uppercase;
	    margin-top: 15px;
	    letter-spacing: .100em;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.main-logo {
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	    width: 116px;
	}

	.fixed-logo {
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	    width: 0;
	    opacity: 0;
	}

	/*End of Header Style*/
	/*Fixed Header*/
	header.header.fixed .header-logo a .main-logo {
	    width: 0;
	    height: 0;
	    opacity: 0;
	}

	header.header.fixed {
	    background-color: #fff;
	    padding: 11px 0;
	    box-shadow: 1px black;
	    -webkit-box-shadow: 0 0 10px 1px #444444;
	    box-shadow: 0 0 10px 1px #444444;
	}

	header.header.fixed #nav>li>a:after {
	    background-color: #1d1d1d;
	}

	header.header.fixed .header-right-top {
	    max-width: 0;
	    height: 0;
	    display: none;
	}

	header.header.fixed .fixed-logo {
	    width: 74px;
	    opacity: 1;
	}

	header.header.fixed #nav .sub-menu {
	    padding-top: 42px;
	}

	header.header.fixed #nav>li>a {
	    color: #1d1d1d;
	}

	header.header.fixed .burger-wrapper span:before {
	    background-color: #fff;
	}

	header.fixed .burger-wrapper span:after {
	    border-top: 4px solid #fff;
	    border-bottom: 4px solid #fff;
	}

	header.header.fixed .burger-wrapper {
	    height: 100%;
	    background-color: #000000;
	    width: 99px;
	}

	header.header.fixed .white-span {
	    background-color: #000000;
	}

	header.header.fixed .burger-text {
	    color: #fff;
	}

	/*End of Fixed Header*/
	/*Slideshow Style*/
	section.hp-slideshow {
	    position: absolute;
	    width: 100%;
	    height: 100%;
	}

	section.hp-slideshow:before {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    content: '';
	    background-color: rgba(0, 0, 0, .3);
	}

	section.hp-slideshow::after {
	    /*position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(rgba(0, 0, 0, .7), transparent 37%);
        content: '';
        z-index: 2;*/
	}

	.slideshow-inner {
	    position: fixed !important;
	    top: 0;
	    left: 0;
	    z-index: 0;
	    width: 100%;
	    height: 100%;
	}

	.slideshow-inner .cycloneslider-template-responsive,
	.slideshow-inner .cycloneslider-template-responsive .cycloneslider-slide-image,
	.slideshow-inner .cycloneslider-template-responsive .cycloneslider-slides {
	    height: 100vh !important;
	}

	.cycloneslider-template-responsive.cycloneslider-width-full .cycloneslider-slide canvas,
	.cycloneslider-template-responsive.cycloneslider-width-full .cycle-sentinel canvas {
	    width: 100%;
	    height: 100%;
	}

	.initial-gap canvas {
	    width: 100%;
	    display: block;
	    height: 100vh;
	}

	.slideshow-content {
	    position: relative;
	    /*top: 50%;
    transform: translateY(-50%);*/
	    left: 0;
	    width: 100%;
	    text-align: center;
	    z-index: 5;
	}

	a.slideshow-btn {
	    display: block;
	    margin: 0 auto;
	    width: 100%;
	    max-width: 270px;
	    font-size: 15px;
	    letter-spacing: .15em;
	    text-transform: uppercase;
	    background: transparent;
	    color: #000;
	    border: 3px solid #000;
	    padding: 25px 15px;
	    transition: all .3s ease;
	    /* text-shadow: 2px 2px 3px #000; */
	}

	a.slideshow-btn:hover {
	    border: 3px solid #cbcbcb;
	    background-color: #cbcbcb;
	    color: #fff;
	}

	/*End of Slideshow Style*/
	/*Hp Content*/
	.hp-content {
	    position: relative;
	    z-index: 4;
	}

	/*End of HP Content*/
	/*Feauted Properties Style*/
	section.fp-wrapper {
	    font-size: 0;
	    padding-top: 86px;
	    background-color: #fff;
	}

	.fp-title {
	    max-width: 329px;
	    margin: 0 auto;
	}

	.fp-title span {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 500;
	    font-size: 15px;
	    color: #767676;
	    text-transform: uppercase;
	    letter-spacing: .800em;
	    position: relative;
	    padding-left: 125px;
	}

	.fp-title span::after {
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    left: 17%;
	    width: 58px;
	    height: 1px;
	    background-color: #d7d7d7;
	    content: '';
	}

	.fp-title span span::after {
	    display: none;
	}

	.fp-title span span {
	    display: block;
	    font-family: 'Cormorant', sans-serif;
	    font-weight: 300;
	    font-size: 60px;
	    color: #000;
	    text-transform: uppercase;
	    letter-spacing: 0;
	    padding-left: 0;
	    margin-top: 20px;
	}

	.fp-wrap {
	    margin-top: 52px;
	}

	.fp-item {
	    padding: 0 3px;
	    margin-bottom: 6px;
	}

	.fp-list {
	    margin: 0 -3px;
	}

	.fp-item a {
	    display: block;
	    position: relative;
	    overflow: hidden;
	}

	.fp-item a::after {
	    content: '';
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    background-color: rgba(0, 0, 0, .30);
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.fp-img canvas {
	    width: 100%;
	    height: 100%;
	    display: block;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.fp-item a:hover .fp-img canvas {
	    transform: scale(1.2);
	}

	.fp-item a:hover::after {
	    opacity: 0;
	}

	.fp-desc {
	    position: absolute;
	    bottom: 29px;
	    z-index: 4;
	    left: 37px;
	}

	.fp-add {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 300;
	    font-size: 20px;
	    color: #fff;
	    text-transform: uppercase;
	    letter-spacing: .100em;
	}

	.fp-price {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 500;
	    font-size: 18px;
	    letter-spacing: .050em;
	    color: #fff;
	    margin: 11px 0;
	}

	.fp-plan {
	    display: flex;
	    align-items: center;
	    flex-flow: row wrap;
	    position: relative;
	    transition: bottom 0.3s ease;
	    margin: -5px -15px;
	    flex-grow: 1;
	}

	.fp-plan span {
	    display: block;
	    position: relative;
	    text-align: center;
	    font-size: 16px;
	    font-weight: 300;
	    line-height: 1;
	    color: #fff;
	    text-transform: uppercase;
	    padding: 5px 13px;
	}

	.fp-plan span em {
	    display: block;
	    font-style: normal;
	    color: #fff;
	    margin-bottom: 8px;
	}

	.fp-footer {
	    position: relative;
	    display: block;
	    padding: 10px;
	    flex-grow: 1;
	    background: #252525;
	}

	.fp-button a {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 500;
	    font-size: 12px;
	    color: #1d1d1d;
	    text-transform: uppercase;
	    letter-spacing: .300em;
	    max-width: 315px;
	    display: block;
	    width: 100%;
	    /*                    margin: 0 auto;*/
	    border: 2px solid #cbcbcb;
	    text-align: center;
	    height: 57px;
	    line-height: 57px;
	    overflow: hidden;
	    z-index: 2;
	    position: relative;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.fp-button a:first-child {
	    margin-right: 30px;
	}

	.fp-button a:hover {
	    color: #fff;
	    border: 2px solid #000;
	}

	.fp-button a::after {
	    width: 50%;
	    left: -200px;
	    top: 0;
	    background-color: #000;
	    content: '';
	    position: absolute;
	    height: 100%;
	    z-index: -1;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.fp-button a::before {
	    width: 50%;
	    right: -200px;
	    top: 0;
	    background-color: #000;
	    content: '';
	    position: absolute;
	    height: 100%;
	    z-index: -1;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.fp-button a:hover::after {
	    left: 0;
	}

	.fp-button a:hover::before {
	    right: 0;
	}

	.fp-button {
	    margin-top: 57px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-wrap: wrap;
	}

	.ihf-disclaimer {
	    text-align: center;
	    padding: 0 15px;
	}

	.ihf-mls-logo {
	    position: absolute;
	    top: 8px;
	    right: 8px;
	    display: block;
	    max-width: 100px;
	    z-index: 9;
	}

	/*End of Featured Properties*/
	/*Welcome style*/
	section.welcome-wrapper {
	    background-color: #fff;
	    padding-top: 60px;
	    font-size: 0;
	}

	.welcome-photo {
	    position: relative;
	}

	.welcome-bg-a {
	    position: absolute;
	    bottom: -30px;
	    left: -30px;
	    width: 100%;
	    height: 100%;
	    content: '';
	    background-image: url(images/welcome-bg-a.jpg);
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: cover;
	    z-index: 1;
	}

	.welcome-bg-b {
	    position: absolute;
	    top: -30px;
	    right: -30px;
	    width: 100%;
	    height: 100%;
	    content: '';
	    background-color: #bababa;
	}

	.welcome-photo canvas {
	    display: block;
	    width: 100%;
	    height: 100%;
	    background-position: center;
	    background-size: cover;
	    background-repeat: no-repeat;
	    z-index: 2;
	    position: relative;
	}

	.welcome-right {
	    padding-left: 69px;
	}

	.welcome-title span {
	    display: block;
	    position: relative;
	    font-family: 'Poppins', sans-serif;
	    font-weight: 500;
	    font-size: 15px;
	    color: #767676;
	    text-transform: uppercase;
	    letter-spacing: .800em;
	    padding-left: 81px;
	}

	.welcome-title span::after {
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    left: 0;
	    width: 58px;
	    height: 1px;
	    background-color: #d7d7d7;
	    content: '';
	}

	.welcome-title h1 {
	    font-family: 'Cormorant', sans-serif;
	    font-weight: 300;
	    font-size: 40px;
	    color: #000;
	    text-transform: uppercase;
	    margin-top: 24px;
	}

	.welcome-title h1 br {
	    display: none;
	}

	.welcome-desc {
	    margin-top: 23px;
	}

	.welcome-desc p {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 300;
	    font-size: 14px;
	    color: #7e7e7e;
	    letter-spacing: .020em;
	    line-height: 30px;
	}

	.welcome-desc p:nth-child(1) {
	    margin-bottom: 30px;
	}

	.welcome-btn a {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 500;
	    font-size: 12px;
	    color: #1d1d1d;
	    text-transform: uppercase;
	    letter-spacing: .300em;
	    max-width: 194px;
	    display: block;
	    width: 100%;
	    border: 2px solid #cbcbcb;
	    text-align: center;
	    height: 57px;
	    line-height: 57px;
	    overflow: hidden;
	    z-index: 2;
	    position: relative;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.welcome-btn a:hover {
	    color: #fff;
	    border: 2px solid #000;
	}

	.welcome-btn a::after {
	    width: 50%;
	    left: -200px;
	    top: 0;
	    background-color: #000;
	    content: '';
	    position: absolute;
	    height: 100%;
	    z-index: -1;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.welcome-btn a::before {
	    width: 50%;
	    right: -200px;
	    top: 0;
	    background-color: #000;
	    content: '';
	    position: absolute;
	    height: 100%;
	    z-index: -1;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.welcome-btn a:hover::after {
	    left: 0;
	}

	.welcome-btn a:hover::before {
	    right: 0;
	}

	.welcome-btn {
	    margin-top: 50px;
	}

	/*End of Welcome Style*/
	/*Testimonials Style*/
	section.testi-wrapper {
	    background: #fff;
	    padding-top: 134px;
	}

	section.testi-wrapper .testi-title>span {
	    padding-left: 152px;
	}

	.testi-wrap-hold {
	    position: relative;
	}

	.testi-line-left {
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 194px;
	    height: 117px;
	}

	.testi-line-right {
	    position: absolute;
	    right: 0;
	    bottom: 24px;
	    width: 194px;
	    height: 117px;
	}

	.testi-line-left::after {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 3px;
	    content: '';
	    background-color: #d0d0d0;
	}

	.testi-line-left::before {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 3px;
	    height: 112px;
	    content: '';
	    background-color: #d0d0d0;
	}

	.testi-line-right::after {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    height: 3px;
	    content: '';
	    background-color: #d0d0d0;
	}

	.testi-line-right::before {
	    position: absolute;
	    bottom: 0;
	    right: 0;
	    width: 3px;
	    height: 112px;
	    content: '';
	    background-color: #d0d0d0;
	}

	.testi-wrap {
	    padding-top: 41px;
	}

	.testi-title {
	    max-width: 414px;
	    margin: 0 auto;
	    padding-top: 15px;
	}

	.testi-title span {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 500;
	    font-size: 15px;
	    color: #767676;
	    text-transform: uppercase;
	    letter-spacing: .800em;
	    position: relative;
	    padding-left: 125px;
	}

	.testi-title span::after {
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    left: 17%;
	    width: 58px;
	    height: 1px;
	    background-color: #d7d7d7;
	    content: '';
	}

	.testi-title span span::after {
	    display: none;
	}

	.testi-title span span {
	    display: block;
	    font-family: 'Cormorant', sans-serif;
	    font-weight: 300;
	    font-size: 60px;
	    color: #000;
	    text-transform: uppercase;
	    letter-spacing: 0;
	    padding-left: 0;
	    margin-top: 20px;
	}

	.testi-hold {
	    max-width: 999px;
	    margin: 0 auto;
	}

	.testi-item {
	    outline: none !important
	}

	.testi-item p {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 400;
	    font-size: 14px;
	    color: #7e7e7e;
	    letter-spacing: .020em;
	    line-height: 24px;
	    text-align: center;
	}

	.testi-item .testi-name {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 700;
	    font-size: 14px;
	    color: #7e7e7e;
	    letter-spacing: .020em;
	    text-align: center;
	    margin-top: 27px;
	}

	.testi-btn a {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 500;
	    font-size: 12px;
	    color: #1d1d1d;
	    text-transform: uppercase;
	    letter-spacing: .300em;
	    max-width: 194px;
	    display: block;
	    width: 100%;
	    border: 2px solid #cbcbcb;
	    text-align: center;
	    height: 57px;
	    max-width: 194px;
	    margin: 0 auto;
	    line-height: 57px;
	    overflow: hidden;
	    z-index: 2;
	    position: relative;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.testi-btn a:hover {
	    color: #fff;
	    border: 2px solid #000;
	}

	.testi-btn a::after {
	    width: 50%;
	    left: -200px;
	    top: 0;
	    background-color: #000;
	    content: '';
	    position: absolute;
	    height: 100%;
	    z-index: -1;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.testi-btn a::before {
	    width: 50%;
	    right: -200px;
	    top: 0;
	    background-color: #000;
	    content: '';
	    position: absolute;
	    height: 100%;
	    z-index: -1;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.testi-btn a:hover::after {
	    left: 0;
	}

	.testi-btn a:hover::before {
	    right: 0;
	}

	.testi-btn {
	    margin-top: 50px;
	}

	/*End of Testimonials Style*/
	/*Featured Communities Style*/
	section.fc-wrapper {
	    background-color: #fff;
	    font-size: 0;
	    position: relative;
	    padding-top: 100px;
	    padding-bottom: 131px;
	}

	.fc-title {
	    max-width: 414px;
	    margin: 0 auto;
	    padding-top: 15px;
	}

	.fc-title span {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 500;
	    font-size: 15px;
	    color: #767676;
	    text-transform: uppercase;
	    letter-spacing: .800em;
	    position: relative;
	    padding-left: 125px;
	}

	.fc-title span::after {
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    left: 12%;
	    width: 58px;
	    height: 1px;
	    background-color: #d7d7d7;
	    content: '';
	}

	.fc-title span span::after {
	    display: none;
	}

	.fc-title span span {
	    display: block;
	    font-family: 'Cormorant', sans-serif;
	    font-weight: 300;
	    font-size: 60px;
	    color: #000;
	    text-transform: uppercase;
	    letter-spacing: 0;
	    padding-left: 0;
	    margin-top: 20px;
	}

	.fc-wrap {
	    max-width: 1383px;
	    margin: 0 auto;
	    margin-top: 58px;
	}

	.fc-list {
	    margin: 0 -3px;
	}

	.fc-item {
	    width: 33.33%;
	    display: inline-block;
	    vertical-align: top;
	    padding: 0 3px;
	    margin-bottom: 6px;
	}

	.test {}

	.fc-item a {
	    display: block;
	    position: relative;
	}

	.fc-item a::after {
	    content: '';
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    background-color: rgba(0, 0, 0, .30);
	    transform: scale(1);
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.fc-item a::before {
	    content: '';
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    background-color: rgba(0, 0, 0, .80);
	    transform: scale(0);
	    opacity: 0;
	    -webkit-transition: all .525s ease-in-out;
	    -moz-transition: all .525s ease-in-out;
	    -ms-transition: all .525s ease-in-out;
	    transition: all .525s ease-in-out;
	}

	.fc-item a:hover::after {
	    opacity: 0;
	    transform: scale(0);
	}

	.fc-item a:hover::before {
	    opacity: 1;
	    transform: scale(1);
	}

	.fc-img canvas {
	    display: block;
	    width: 100%;
	    height: 100%;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	}

	.fc-desc {
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    width: 100%;
	    text-align: center;
	    font-family: 'Poppins', sans-serif;
	    font-weight: 500;
	    font-size: 26px;
	    color: #fff;
	    text-transform: uppercase;
	    letter-spacing: .200em;
	    z-index: 2;
	}

	.fc-button a {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 500;
	    font-size: 12px;
	    color: #1d1d1d;
	    text-transform: uppercase;
	    letter-spacing: .300em;
	    max-width: 315px;
	    display: block;
	    width: 100%;
	    margin: 0 auto;
	    border: 2px solid #cbcbcb;
	    text-align: center;
	    height: 57px;
	    line-height: 57px;
	    overflow: hidden;
	    z-index: 2;
	    position: relative;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.fc-button a:hover {
	    color: #fff;
	    border: 2px solid #000;
	}

	.fc-button a::after {
	    width: 50%;
	    left: -200px;
	    top: 0;
	    background-color: #000;
	    content: '';
	    position: absolute;
	    height: 100%;
	    z-index: -1;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.fc-button a::before {
	    width: 50%;
	    right: -200px;
	    top: 0;
	    background-color: #000;
	    content: '';
	    position: absolute;
	    height: 100%;
	    z-index: -1;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.fc-button a:hover::after {
	    left: 0;
	}

	.fc-button a:hover::before {
	    right: 0;
	}

	.fc-button {
	    margin-top: 57px;
	}

	/*End of Featured Communities Style*/
	/* Magazine start */
	.magz-wrap {
	    background: #fff;
	    padding: 0 20px;
	    position: relative;
	}

	.magz-bg {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    z-index: 1;
	}

	.magz-bg::before {
	    position: absolute;
	    content: '';
	    width: 60%;
	    height: 100%;
	    top: 0;
	    right: 0;
	    background: #fff;
	}

	.magz-bg canvas {
	    display: block;
	    width: 100%;
	    height: 100%;
	    background: center / cover no-repeat;
	}

	.magz-inner {
	    width: 100%;
	    max-width: 1520px;
	    margin: 0 auto;
	    display: flex;
	    align-items: end;
	    padding: 105px 0 130px;
	    position: relative;
	    z-index: 3;
	}

	.magz-left {
	    width: calc((745 / 1520)* 100%);
	    padding-left: 190px;
	}

	.magz-left a {
	    display: block;
	}

	.magz-img:before {
	    position: absolute;
	    content: '';
	    width: 100%;
	    height: 100%;
	    top: 30px;
	    left: -30px;
	    background: #bababa;
	}

	.magz-right {
	    width: calc(100% - calc((745 / 1520)* 100%));
	    padding: 20px 80px 20px 100px;
	    margin-bottom: 20px;
	}

	.magz-title span {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 500;
	    font-size: 15px;
	    color: #767676;
	    text-transform: uppercase;
	    letter-spacing: .800em;
	    position: relative;
	    margin-left: 77px;
	}

	.magz-title span:before {
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    left: auto;
	    right: calc(100% + 20px);
	    width: 58px;
	    height: 1px;
	    background-color: #d7d7d7;
	    content: '';
	}

	.magz-title h2 {
	    font-size: 100px;
	    color: #000;
	    font-family: 'Cormorant', sans-serif;
	    text-transform: uppercase;
	    font-weight: 100;
	    margin-top: 25px;
	}

	.magz-dessc p {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 300;
	    font-size: 14px;
	    color: #7e7e7e;
	    letter-spacing: .020em;
	    line-height: 1.8;
	    margin: 30px 0;
	}

	.magz-button a {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 500;
	    font-size: 12px;
	    color: #1d1d1d;
	    text-transform: uppercase;
	    letter-spacing: .300em;
	    max-width: 247px;
	    display: block;
	    width: 100%;
	    /* margin: 0 auto; */
	    border: 2px solid #cbcbcb;
	    text-align: center;
	    height: 57px;
	    line-height: 57px;
	    overflow: hidden;
	    z-index: 2;
	    position: relative;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.magz-button a:before {
	    width: 50%;
	    right: -200px;
	    top: 0;
	    background-color: #000;
	    content: '';
	    position: absolute;
	    height: 100%;
	    z-index: -1;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.magz-button a::after {
	    width: 50%;
	    left: -200px;
	    top: 0;
	    background-color: #000;
	    content: '';
	    position: absolute;
	    height: 100%;
	    z-index: -1;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.magz-button a:hover {
	    color: #fff;
	    border: 2px solid #000;
	}

	.magz-button a:hover::before {
	    right: 0;
	}

	.magz-button a:hover::after {
	    left: 0;
	}

	.magz-img {
	    position: relative;
	}

	.magz-img canvas {
	    display: block;
	    width: 100%;
	    height: auto;
	}

	.magz-img img {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}

	/* Compass Concierge Style*/
	section.concierge-wrapper {
	    background: #fff;
	    position: relative;
	    padding: 130px 0 103px;
	}

	section.concierge-wrapper::after {
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 668px;
	    height: 100%;
	    content: '';
	    background-image: url(images/con-bg-a.jpg);
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: cover;
	    z-index: 0;
	}

	.con-left {
	    padding-top: 58px;
	}

	.con-title span {
	    display: block;
	    position: relative;
	    font-family: 'Poppins', sans-serif;
	    font-weight: 500;
	    font-size: 15px;
	    color: #767676;
	    text-transform: uppercase;
	    letter-spacing: .800em;
	    padding-left: 81px;
	}

	.con-title span::after {
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    left: 0;
	    width: 58px;
	    height: 1px;
	    background-color: #d7d7d7;
	    content: '';
	}

	.con-title h2 {
	    font-family: 'Cormorant', sans-serif;
	    font-weight: 300;
	    font-size: 60px;
	    color: #000;
	    text-transform: uppercase;
	    margin-top: 20px;
	}

	.con-desc {
	    max-width: 346px;
	    margin-top: 37px;
	}

	.con-desc p {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 300;
	    font-size: 14px;
	    color: #7e7e7e;
	    letter-spacing: .020em;
	    line-height: 24px;
	}

	.con-btn {
	    margin-top: 48px;
	}

	.con-btn a {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 500;
	    font-size: 12px;
	    color: #1d1d1d;
	    text-transform: uppercase;
	    letter-spacing: .300em;
	    max-width: 194px;
	    display: block;
	    width: 100%;
	    border: 2px solid #cbcbcb;
	    text-align: center;
	    height: 57px;
	    line-height: 57px;
	    overflow: hidden;
	    z-index: 2;
	    position: relative;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.con-btn a:hover {
	    color: #fff;
	    border: 2px solid #000;
	}

	.con-btn a::after {
	    width: 50%;
	    left: -200px;
	    top: 0;
	    background-color: #000;
	    content: '';
	    position: absolute;
	    height: 100%;
	    z-index: -1;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.con-btn a::before {
	    width: 50%;
	    right: -200px;
	    top: 0;
	    background-color: #000;
	    content: '';
	    position: absolute;
	    height: 100%;
	    z-index: -1;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.con-btn a:hover::after {
	    left: 0;
	}

	.con-btn a:hover::before {
	    right: 0;
	}

	.con-right {
	    margin-right: -120px;
	    position: relative;
	    z-index: 99;
	}

	.con-img canvas {
	    display: block;
	    width: 100%;
	    height: 100%;
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: cover;
	    position: relative;
	    z-index: 4;
	}

	.con-img {
	    position: relative;
	}

	.con-img::after {
	    position: absolute;
	    top: -30px;
	    left: -30px;
	    width: 100%;
	    height: 100%;
	    content: '';
	    background-color: #bababa;
	    z-index: 1;
	}

	/*End Compass Style*/
	/*Follow Us Style*/
	section.fu-wrapper {
	    background: #fff;
	    font-size: 0;
	    padding-top: 110px;
	    padding-bottom: 111px;
	}

	.fu-title {
	    max-width: 354px;
	    margin: 0 auto;
	    padding-top: 15px;
	}

	.fu-title span {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 500;
	    font-size: 15px;
	    color: #767676;
	    text-transform: uppercase;
	    letter-spacing: .800em;
	    position: relative;
	    padding-left: 100px;
	}

	.fu-title span::after {
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    left: 8%;
	    width: 58px;
	    height: 1px;
	    background-color: #d7d7d7;
	    content: '';
	}

	.fu-title span span::after {
	    display: none;
	}

	.fu-title span span {
	    display: block;
	    font-family: 'Cormorant', sans-serif;
	    font-weight: 300;
	    font-size: 60px;
	    color: #000;
	    text-transform: uppercase;
	    letter-spacing: 0;
	    padding-left: 6px;
	    margin-top: 20px;
	}

	.fu-wrap {
	    display: flex;
	    justify-content: space-between;
	    margin-top: 59px;
	}

	.fu-icon {
	    width: 16.68%;
	    display: inline-block;
	    vertical-align: top;
	    position: relative;
	}

	.fu-icon::after {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    width: 50px;
	    height: 50px;
	    content: '';
	    background-image: url(images/fu-icon.png);
	    background-repeat: no-repeat;
	    background-position: center;
	}

	.fu-item a {
	    display: block;
	    overflow: hidden;
	    position: relative;
	}

	.fu-img canvas {
	    display: block;
	    position: relative;
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: cover;
	    width: 100%;
	}

	.fu-item canvas {
	    display: block;
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: cover;
	    width: 100%;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.fu-item a::after {
	    position: absolute;
	    content: '';
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    background: rgba(0, 0, 0, 0.2);
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	    /* opacity: 0; */
	}

	.fu-item a:hover canvas {
	    transform: scale(1.1);
	}

	.fu-item a:hover::after {
	    opacity: 0;
	}

	.fu-list {
	    width: 83.32%;
	}

	.fu-btn a {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 500;
	    font-size: 12px;
	    color: #1d1d1d;
	    text-transform: uppercase;
	    letter-spacing: .300em;
	    max-width: 194px;
	    display: block;
	    width: 100%;
	    border: 2px solid #cbcbcb;
	    text-align: center;
	    height: 57px;
	    max-width: 376px;
	    margin: 0 auto;
	    line-height: 57px;
	    overflow: hidden;
	    z-index: 2;
	    position: relative;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.fu-btn a:hover {
	    color: #fff;
	    border: 2px solid #000;
	}

	.fu-btn a::after {
	    width: 50%;
	    left: -200px;
	    top: 0;
	    background-color: #000;
	    content: '';
	    position: absolute;
	    height: 100%;
	    z-index: -1;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.fu-btn a::before {
	    width: 50%;
	    right: -200px;
	    top: 0;
	    background-color: #000;
	    content: '';
	    position: absolute;
	    height: 100%;
	    z-index: -1;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.fu-btn a:hover::after {
	    left: 0;
	}

	.fu-btn a:hover::before {
	    right: 0;
	}

	.fu-btn {
	    margin-top: 80px;
	}

	/*End of Follow US*/
	/*Send us A Message Style*/
	section.suam-wrapper {
	    position: relative;
	    z-index: 99;
	    /* max-width: 880px; */
	    margin: 0 auto;
	    /* margin-bottom: 30px; */
	    background: #fff !important;
	}

	.suam-inner {
	    display: block;
	    /* background-image: url(images/suam-bg-right.jpg); */
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: cover;
	    margin: 0 auto;
	    /* margin-bottom: 20px; */
	    padding: 20px 0;
	    background-color: #b7b7b7;
	}

	.ip-gal-arrow {
	    position: absolute;
	    bottom: 29px;
	    width: 100%;
	    max-width: 120px;
	    margin: 0 auto;
	    left: 50%;
	    transform: translateX(-50%);
	    display: flex;
	    justify-content: space-between;
	}

	.ip-gal-arrow .slick-arrow {
	    font-size: 46px;
	    cursor: pointer;
	}

	/*.suam-col.suam-right {
    background-image: url(images/suam-bg-right.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
*/
	h3.home-staging-title {
	    font-size: 18px;
	    margin-top: 20px;
	    font-weight: 700;
	    color: #000;
	    text-transform: uppercase;
	}

	.suam-col {
	    width: 100%;
	    display: block;
	}

	.suam-right-inner {
	    padding-top: 20px;
	    padding-left: 0;
	    max-width: 500px;
	    height: 100%;
	    margin: 0 auto;
	}

	.suam-photo {
	    height: 100%;
	}

	.suam-photo canvas {
	    display: block;
	    width: 100%;
	    height: 100%;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	}

	.suam-title {
	    padding-left: 91px;
	    margin-bottom: 10px;
	}

	.suam-title span {
	    display: block;
	    position: relative;
	    font-family: 'Poppins', sans-serif;
	    font-weight: 500;
	    font-size: 15px;
	    color: #767676;
	    text-transform: uppercase;
	    letter-spacing: .800em;
	    padding-left: 81px;
	}

	.suam-title span::after {
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    left: 0;
	    width: 58px;
	    height: 1px;
	    background-color: #c1c1c1;
	    content: '';
	}

	.suam-title h2 {
	    font-family: 'Cormorant', sans-serif;
	    font-weight: 300;
	    font-size: 60px;
	    color: #000;
	    text-transform: uppercase;
	    margin-top: 20px;
	}

	.suam-col form {
	    max-width: 488px;
	    position: relative;
	}

	.suam-col .wpcf7-response-output {
	    position: relative;
	    bottom: 0;
	    width: 100%;
	    text-align: center;
	    margin: 0 !important;
	    color: #000 !important;
	    font-size: 12px;
	}

	.suam-input input,
	.suam-long textarea {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 300;
	    font-size: 14px;
	    width: 100%;
	    color: #1d1d1d;
	    background: transparent;
	    letter-spacing: .100em;
	    border: 0;
	    border-bottom: 1px solid #999999;
	    padding-left: 13px;
	    height: 45px;
	    outline: none;
	}

	.suam-input .wpcf7-not-valid-tip {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: auto;
	}

	.suam-long {
	    margin-top: 32px;
	}

	.suam-input:nth-child(2) {
	    margin-top: 10px;
	}

	.suam-long textarea {
	    resize: none;
	    height: 40px;
	}

	.suam-btn {
	    position: relative;
	    max-width: 194px;
	    margin: 0 auto;
	    overflow: hidden;
	    background-color: transparent;
	    margin-top: 42px;
	    pointer-events: none;
	    padding-bottom: 40px;
	}

	.suam-btn .wpcf7-submit {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 500;
	    font-size: 12px;
	    color: #1d1d1d;
	    text-transform: uppercase;
	    letter-spacing: .300em;
	    max-width: 194px;
	    display: block;
	    width: 100%;
	    border: 2px solid #cbcbcb;
	    text-align: center;
	    height: 57px;
	    background-color: transparent;
	    line-height: 57px;
	    overflow: hidden;
	    z-index: 2;
	    position: relative;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	    outline: none;
	    pointer-events: auto;
	}

	.suam-btn .wpcf7-submit:hover {
	    color: #fff;
	    border: 2px solid #000;
	}

	.suam-btn::after {
	    width: 50%;
	    left: -200px;
	    top: 0;
	    background-color: #000;
	    content: '';
	    position: absolute;
	    height: calc(100% - 40px);
	    z-index: 1;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	    pointer-events: none;
	}

	.suam-btn::before {
	    width: 50%;
	    right: -200px;
	    top: 0;
	    background-color: #000;
	    content: '';
	    position: absolute;
	    height: calc(100% - 40px);
	    pointer-events: none;
	    z-index: 1;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.suam-btn:hover::after {
	    left: 0;
	}

	.suam-btn:hover::before {
	    right: 0;
	}

	.suam-btn span.ajax-loader,
	.suam-btn .wpcf7-spinner {
	    position: absolute;
	    bottom: 6px;
	    left: 0;
	    right: 0;
	    margin: auto;
	}

	/*End of Send us a Message*/
	/*Footer Style*/
	footer.footer {
	    background: #1d1d1d;
	    z-index: 5;
	    position: relative;
	    padding: 81px 0 40px;
	}

	.footer-logo {
	    max-width: 476px;
	    margin: 0 auto;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}

	.footer-logo .footer-logo-item:first-of-type {
	    background: #fff;
	}

	.footer-smi {
	    max-width: 151px;
	    display: flex;
	    justify-content: space-between;
	    margin-top: 25px;
	}

	.footer-smi-item a {
	    color: #fff;
	    font-size: 25px;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.footer-smi-item a:hover {
	    color: #a1a1a1;
	}

	.footer-contact-title {
	    font-family: 'Cormorant', sans-serif;
	    font-weight: 500;
	    font-size: 20px;
	    color: #fff;
	    letter-spacing: .100em;
	    text-transform: uppercase;
	    margin-bottom: 36px;
	}

	.footer-add-item a {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 300;
	    font-size: 14px;
	    color: #fff !important;
	    letter-spacing: .100em;
	    display: inline-block;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.footer-add-item a:hover {
	    color: #a1a1a1 !important;
	}

	.footer-add-item span {
	    font-size: 13px;
	    color: #fff;
	    margin-right: 10px;
	}

	.footer-add-item {
	    margin-bottom: 16px;
	}

	.footer-mid {
	    max-width: 1036px;
	    margin: 0 auto;
	    margin-top: 64px;
	}

	.footer-contact {
	    max-width: 292px;
	    width: 100%;
	}

	.footer-sitemap {
	    width: 100%;
	    max-width: 443px;
	    position: relative;
	}

	.footer-sitemap::after {
	    position: absolute;
	    width: 1px;
	    height: 205px;
	    top: 50%;
	    transform: translateY(-50%);
	    left: -32%;
	    background-color: #343434;
	    content: '';
	}

	.footer-nav-sitemap {
	    max-width: 442px;
	}

	.footer-mid-wrap {
	    display: flex;
	    align-items: flex-start;
	    justify-content: space-between;
	}

	.footer-nav-sitemap>ul {
	    display: flex;
	    justify-content: space-between;
	}

	.footer-nav-sitemap>ul>li>a {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 300;
	    font-size: 14px;
	    color: #fff;
	    letter-spacing: .100em;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.footer-nav-sitemap>ul>li>ul.footer-last-emenu>li>a {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 300;
	    font-size: 14px;
	    color: #fff;
	    letter-spacing: .100em;
	    padding-left: 0;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.footer-nav-sitemap>ul>li>ul.footer-last-emenu>li:hover>a {
	    color: #a1a1a1;
	}

	.footer-nav-sitemap>ul>li:hover a {
	    color: #a1a1a1;
	}

	.footer-nav-sitemap>ul>li>ul>li>a {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 300;
	    font-size: 14px;
	    color: #a1a1a1;
	    padding-left: 13px;
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	    display: block;
	}

	.footer-nav-sitemap>ul>li>ul>li>a:hover {
	    color: #fff;
	}

	.footer-nav-sitemap>ul>li>ul {
	    padding-top: 16px;
	}

	.footer-nav-sitemap>ul>li>ul>li {
	    padding-bottom: 17px;
	}

	.copyright {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 400;
	    font-size: 11px;
	    letter-spacing: .100em;
	    color: #717171;
	    padding-top: 8px;
	}

	.copyright a {
	    -webkit-transition: all .325s ease-in-out;
	    -moz-transition: all .325s ease-in-out;
	    -ms-transition: all .325s ease-in-out;
	    transition: all .325s ease-in-out;
	}

	.copyright a:hover {
	    color: #fff;
	}

	.footer-copy {
	    border-top: 1px solid #343434;
	    margin-top: 80px;
	    padding-top: 40px;
	}

	.copyright span {
	    font-weight: 700;
	    text-transform: uppercase;
	}

	.mls-logo {
	    max-width: 110px;
	    margin-left: auto;
	    display: flex;
	    justify-content: space-between;
	}

	.mls-logo .mls-item {
	    font-size: 24px;
	    color: #717171;
	}

	/*Endf of Footer Style*/
	.single-communities .addtoany_share_save_container {
	    clear: inherit !important;
	}

	#ihf-main-container .nav-tabs {
	    padding: 0 !important;
	    margin: 0 !important;
	}

	ul.chosen-results {
	    margin: 0 !important;
	    padding: 0 !important;
	}

	#ihf-main-container .chosen-drop ul.chosen-results {
	    max-height: 100px !important;
	}

	.postid-18390 .fp-list {
	    margin-top: 420px;
	}

	/*.postid-18390 .fp-list .slick-track {
    max-width: 100% !important;
    width: 100% !important;
}*/
	/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
	.ip-banner {
	    position: relative;
	    width: 100%;
	}

	.ip-banner::before {
	    content: '';
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    z-index: 1;
	    /*background: rgba(0,0,0,.6);*/
	}

	.ip-banner canvas {
	    display: block;
	    position: relative;
	    z-index: 0;
	    width: 100%;
	    min-height: 250px;
	    background-color: #f9f7f7;
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover;
	}

	.ip-banner .container {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    z-index: 2;
	}

	.ip-banner h1 {
	    font-weight: 700;
	    font-size: 32px;
	    text-align: center;
	    color: #FFF;
	    text-transform: uppercase;
	    letter-spacing: 0.05em;
	    line-height: 1.7;
	}

	.ip-banner h1 span {
	    display: block;
	    font-size: 24px;
	    font-weight: 400;
	    text-transform: none;
	    letter-spacing: 0.01em;
	}

	/* Adjust minimum height of page area */
	#content-sidebar,
	#content-full {
	    min-height: 500px;
	    margin-top: 20px;
	}

	/** Adjust width of content columns **/
	#content-sidebar #content {
	    width: 77.08%;
	}

	#content-full #content {
	    width: 100%;
	}

	/* Adjust width of sidebar */
	.sidebar {
	    width: 20.83%;
	}

	/* fullwidth template */
	.page-template-template-fullwidth #content {
	    padding-left: 15px;
	    padding-right: 15px;
	}

	.page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
	    margin-left: -15px;
	    margin-right: -15px;
	}

	/*.ip-container section.suam-wrapper {
    display: none;
}    */
	.page-id-18082 section.suam-wrapper {
	    display: block;
	}

	/* Adjust line height of page elements */
	#content h4,
	aside h4,
	#content p,
	aside p,
	#content blockquote,
	aside blockquote,
	#content ul,
	aside ul,
	#content fieldset,
	aside fieldset,
	#content form,
	aside form,
	#content ol,
	aside ol,
	#content dl,
	aside dl,
	#content dir,
	aside dir,
	#content menu,
	aside menu {
	    line-height: 1.7
	}

	/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
	#content .entry-title,
	#content .archive-title {
	    display: block;
	    font-family: 'Cormorant', sans-serif;
	    font-weight: 300;
	    font-size: 40px;
	    color: #000;
	    text-transform: uppercase;
	    letter-spacing: 0;
	    margin: 0 !important;
	}

	/* Styles for category/archive/search/etc subheadings (h2) */
	#content .archive-subtitle {}

	/*Slideshow Scroll Down*/
	.scroll-down {
	    position: absolute;
	    bottom: 15px;
	    left: 50%;
	    transform: translateX(-50%);
	    font-size: 20px;
	    color: #fff;
	    text-transform: uppercase;
	    text-align: center;
	    z-index: 3;
	}

	.scroll-down-wrapper {
	    cursor: pointer;
	}

	.scroll-arrow {
	    padding: 20px 10px;
	    border: 1px solid;
	    border-radius: 50%;
	    width: 60px;
	    height: 60px;
	    display: block;
	    margin: 15px auto 0;
	}

	.scroll-down:hover .scroll-down-wrapper {
	    animation: scrollBounce 1s linear infinite;
	}

	@keyframes scrollBounce {

	    0%,
	    100% {
	        transform: translateY(-10%);
	    }

	    50% {
	        transform: translateY(-12%);
	    }
	}

	.post-type-archive-communities .fc-list {
	    margin: 0 !important;
	}

	/*Slideshow Scroll Down*/
	/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
	.page-id-79 #inner-page-wrapper {
	    display: none;
	}

	.post-type-archive-communities .ip-banner canvas {
	    background: url(images/commu-banner.jpg) !important;
	}

	#agents-results .agents-name a {
	    font-size: 30px;
	}

	.category-testimonials #content .archive-subtitle a:hover {
	    color: #000;
	}

	.single-communities .fp-add {
	    line-height: 1;
	    font-size: 15px;
	}

	.single-communities .fp-desc {
	    left: 15px;
	}

	.single-communities .fp-price {
	    line-height: 1;
	    font-size: 16px;
	}

	.ip-fp-arrow a:hover span,
	.ip-fp-arrow span.active {
	    border-color: #1d1d1d !important;
	    color: #fff !important;
	    background-color: #000;
	}

	div#ip-home-staging p.yoast-breadcrumbs,
	div#ip-marketing p.yoast-breadcrumbs {
	    font-size: 16px;
	}

	.grecaptcha-badge {
	    z-index: 99999 !important;
	}

	#content .archive-subtitle {
	    margin: 0 !important;
	    margin-top: -11px !important;
	}

	.ihf-listing-search-results .col-xs-4+.col-xs-8 .btn-group.pull-right {
	    z-index: 9999;
	    position: relative;
	}

	.ipl-gallery-item a {
	    pointer-events: none;
	}

	.page-id-79 p#breadcrumbs {
	    padding-left: 30px;
	}

	.ipl-main-right {
	    outline: none !important;
	}

	.category-testimonials #content .entry-title,
	.category-testimonials #content .archive-title {
	    margin: 0 0 30px !important;
	}

	.aios-quick-style-2 {
	    background: rgba(255, 255, 255, 0.8);
	    padding: 22px;
	    font-size: 0;
	}

	.aios-quick-style-2 h2 {
	    font-weight: 300;
	    font-size: 19px;
	    color: #1d1d1d;
	    text-transform: uppercase;
	    display: inline-block;
	    vertical-align: top;
	    width: 16%;
	    padding: 8px 0;
	}

	.aios-quick-style-2 h2 strong {
	    font-weight: bold;
	}

	.aios-quick-style-2 form {
	    display: inline-block;
	    vertical-align: top;
	    width: 84%;
	    margin-top: 6px;
	}

	.aios-quick-style-2 select {
	    height: 34px;
	    border: none;
	    background: #fff;
	    outline: none;
	    color: #000;
	    font-size: 12px;
	    cursor: pointer;
	    padding: 6px 10px;
	    display: inline-block;
	    vertical-align: top;
	    margin-left: 0.2%;
	    width: 11%;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
	    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	    background-size: 5px 5px, 5px 5px, 1px 1.5em;
	    background-repeat: no-repeat;
	    border: 1px solid #000;
	}

	.aios-quick-style-2 select.long {
	    width: 14.2%;
	}

	.aios-quick-style-2 input[type="submit"] {
	    height: 34px;
	    background-color: #000;
	    border: none;
	    width: 12.8%;
	    font-size: 12px;
	    color: #fff;
	    outline: none;
	    transition: all .25s ease-in-out;
	    -moz-transition: all .25s ease-in-out;
	    -webkit-transition: all .25s ease-in-out;
	    display: inline-block;
	    vertical-align: top;
	    margin-left: 2%;
	}

	.aios-quick-style-2 a.adv-btn {
	    display: inline-block;
	    vertical-align: top;
	    text-decoration: none;
	    height: 34px;
	    background-color: rgba(29, 29, 29, .90);
	    border: none;
	    width: 11%;
	    font-size: 12px;
	    color: #fff;
	    outline: none;
	    transition: all .25s ease-in-out;
	    -moz-transition: all .25s ease-in-out;
	    -webkit-transition: all .25s ease-in-out;
	    text-align: center;
	    padding: 8px 0px;
	    margin-left: 0.2%;
	}

	.hp-quicksearch {
	    /*position: absolute;
	bottom: 28%;*/
	    z-index: 10;
	    /*left: 50%;
	transform: translate(-50%);*/
	}

	.home .hp-quicksearch {
	    display: none;
	}

	.aios-quick-style-2 .bootstrap-select.qs-select-single,
	.aios-quick-style-2 .bootstrap-select.qs-select {
	    width: 14.2% !important;
	    margin: 0 0 0 2px;
	}

	.hp-quicksearch .bootstrap-select>.dropdown-toggle {
	    padding: 8.5px 25px 8.5px 12px;
	    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
	    /* border: 1px solid; */
	    border-radius: 0;
	    box-sizing: border-box;
	    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	    background-size: 5px 5px, 5px 5px, 1px 1.5em;
	    background-repeat: no-repeat;
	    border: 0;
	    color: #000 !important;
	    border: 1px solid #000;
	    height: 34px;
	}

	.qs-ihf-powered-by {
	    font-size: 12px;
	    color: #1d1d1d;
	    margin-top: 10px;
	    text-align: center;
	}

	.ihf-link-back {
	    display: none;
	}

	.cta-qs-section {
	    position: relative;
	    background: #FFF;
	    padding: 30px 0;
	}

	.slidename {
	    text-align: center;
	    margin-top: 15px;
	}

	.fixed .header-right {
	    margin-top: 30px;
	}

	.slidename img {
	    max-width: 100%;
        height: auto;
	}

	.header.fixed .slidename,
	.ip-container .slidename {
	    display: none;
	}

	.header-container {
	    padding: 0 144px;
	}

	.headernav-holder {
	    margin-right: 84px;
	}

	.fp-title span::after,
	.fc-title span::after,
	.fu-title span::after,
	.testi-title span::after {
	    top: 10%;
	}

	.single-communities .fp-list,
	.single-communities .fp-list-title {
	    clear: left;
	}
    
	    .agent-holder .attachment-agent-image img{
		height: auto !important;
	}

.community-main .fp-list {
    display: flex;
    flex-wrap: wrap;
}
.community-main .fp-item {
    width: 33.33%;
}