/*
Theme Name: Eric Sackler
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.6.0
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. Variables
2. Custom CSS
3. IP styles
4. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/

/*******************************************************
 *
 * 1. Variables
 *
 *******************************************************/

 :root {
    /** Font default */
    --font-family-default: 'Open Sans', sans-serif;
    --font-family-title: 'Noto Serif', serif;
    --font-size-default: 14px;
    --font-size-title: 18px;
    --font-color-default: #000000;
    --font-color-title: #6c757d;

    /** Use for input, button, and any other element */
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
}

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

div#main-wrapper {
    overflow: hidden;
}

/*******************************************************
 *
 * 2. Navigation
 *
 *******************************************************/

/* 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;
    left: 50%;
    padding-top: 20px;
    transform: translateX(-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 {
    color: #333;
    display: block;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .075em;
    text-transform: uppercase;
    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;
}
#nav .sub-menu a:hover {
    background: #00075c;
    color: #fff;
    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;
    display: block;
    width: 100%;
    background-color: #fff;
    text-align: center;
    margin-bottom: 1px;
}

#nav .sub-menu.show-menu {
    display: block;
    opacity: 1;
}



/*******************************************************
 *
 * 3. Custom CSS
 *
 *******************************************************/

/* Global */

body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background: #FFFFFF;
    color: var(--font-color-default);
    margin: 0;
    font-weight: 300;
    color: #333333;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}
/*Header Style*/
header.header {
    position: fixed;
    z-index: 1004;
    width: 100%;
    font-size: 0;
    padding: 20px 10px;
    -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-color: #00075c;
}

    .header-logo {
        max-width: 494px;
        width: 100%;
    }

    .header-logo .textwidget {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
    }

    .header-logo-left {
        position: relative;
    }

        .header-logo-left::after {
            content: '';
            width: 1px;
            height: 40px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: -24px;
            background-color: rgba(255,255,255,.21);
        }

        .header-right {
            max-width: 660px;
            /* display: flex; */
            width: 100%;
        }

.header-right-top em.ai-mobile-phone {
    vertical-align: middle;
}

.header-right-top > div {
    padding: 4px 30px;
}

.header-right-top > div:first-child {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.header-right-top > div:last-child {
    padding-right: 0;
}


.header-right-top > div:before {
    position: absolute;
    content: '';
    top: 3px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #fff;
    pointer-events: none;
}

.header-right-top > div:last-child:before {
    display: none;
}

.header-smi-item:first-child {
    margin-left: 0;
}

.header-smi-item:last-child {
    margin-right: 0;
}



        .header-holder {
            max-width: 1404px;
            margin: 0 auto;
            display: flex;
            -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;
            align-items: center;
            justify-content: space-between;
        }

            .header-right-smi {






            position: relative;display: inline-block;vertical-align: middle;}

                .header-right-smi::after {
                    content: '';
                    background-color: #2954c9;
                    right: 0;
                    height: 12px;
                    width: 1px;
                    position: absolute;
                    display: none;
                    top: 50%;
                    transform: translateY(-50%);
                }

                .header-smi-item a {
                    color: #fff;
                    font-size: 20px;
                    -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;
                    -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;
                line-height: 1;}

                    .header-smi-item a:hover {
                        color: #00075c;
                    }

                    footer .header-smi-item a:hover {
                        color: #7f7f7f;
                    }

                .header-smi-item {
                    position: relative;
                    margin: 0 12px
                ;display: inline-block;vertical-align: middle;}

                .header-contact-item {
                    position: relative;
                line-height: 1;display: flex;align-items: center;justify-content: center;}

                .header-contact-item::after {
                    content: '';
                    background-color: #fff;
                    left: -33px;
                    height: 12px;
                    width: 1px;
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                opacity: 0;}

                .header-contact-item a {
                    color: #fff !important;
                    font-family: 'Roboto', sans-serif;
                    font-weight: 400;
                    font-size: 14px;
                    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;
                }

                    .header-contact-item a:hover,
                    .header-contact-item a:hover span {
/*                        color: #00075c !important;*/
                        opacity: 0.7;
                    }

                .header-contact-item > span {
                    font-size: 13px;
                    color: #fff;
                    margin-right: 9px;
                    -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: inline-block;vertical-align: middle;position: relative;}

.header-right-top {
    margin-right: 0;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    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;
font-size: 0;}

ul#nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    ul#nav > li > a {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        letter-spacing: .075em;
        text-transform: uppercase;
        position: relative;
    }

    ul#nav > li > a::before {
        content: "";
        position: absolute;
        z-index: 1;
        left: 51%;
        right: 51%;
        bottom: -6px;
        background: #aaafb3;
        height: 3px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    ul#nav > li:hover > a:before {
        left: 0;
        right: 0;
    }

        .header-right-bottom {
            margin-top: 15px;
            -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;
        }
/*End of Header Style*/
/*Fixed Header Style*/
header.header.fixed {
    background-color: #00075c;
    padding: 22px 10px;
}

header.header.fixed .header-right-bottom {
    margin-top: 0;
}

header.header.fixed .header-right-top {
    height: 0;
    opacity: 0;
}

header.header.fixed .header-holder {
    align-items: center;
}
/*End of Fixed Header Style*/
.welcome-left-bg:not(.bg_loaded),
section:not(.bg_loaded),
section:not(.bg_loaded):before,
section:not(.bg_loaded):after{
    background: none !important;
}

/*Slideshow Style*/
section.hp-slideshow {
    position: relative;
}

/*     section.hp-slideshow::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,.3) !important;
        pointer-events: none;
        opacity: 0;
    } */

    .slideshow-description {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
        z-index: 55;
        filter: drop-shadow(0px 0px 4px #000);
        -webkit-filter: drop-shadow(0px 0px 4px #000);
    }

    .slideshow-desc-main img {
        margin: 0 auto 20px;
    }

        .slideshow-desc-main h2 {
            font-family: 'Barlow Condensed';
            font-weight: 600;
            font-size: 80.24px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: .005em;
        }

        .slideshow-desc-main span {
            font-family: 'Roboto',sans-serif;
            font-weight: 400;
            font-size: 16px;
            color: #fff;
            letter-spacing: .500em;
            text-transform: uppercase;
            margin-top: 14px;
            text-shadow: 1px 1px 5px #000;
        }

.slideshow-desc-sub {
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    font-size: 18px !important;
    color: #fff;
    letter-spacing: .005em;
    line-height: 24px;
    margin-top: 44px;
    text-shadow: 2px 2px 6px #000;
}
/*End of Slideshow Style*/
/*Welcome Style*/
.welcome-col.welcome-left {
    width: 50.87%;
    position: relative;
    padding: 138px 0 0 10px;
    display: flex;
    align-items: flex-end;
}

    .welcome-left-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
/*      OPTI
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        filter: grayscale(1);
*/
    }
/*OPTI*/
.welcome-left-bg img{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
    object-position: center;
    background-size: cover;
}

        .welcome-left-bg::after {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(0,0,0,.30);
        }

    .welcome-left-inner {
        position: relative;
        z-index: 4;
        width: 100%;
    }

        .welcome-desc-main {
            background: #fff;
            margin-top: 69px;
            padding: 40px 0;
        }

        .welcome-wrap {
            display: flex;
        }

            .welcome-left-inner {
                position: relative;
                z-index: 4;
                max-width: 634px;
                margin-left: auto;
            }

            .sg-title-sub {
                font-family: 'Roboto', sans-serif;
                font-weight: 400;
                font-size: 18px;
                color: #fff;
                letter-spacing: .100em;
                text-transform: uppercase;
                position: relative;
            }

                .sg-title-sub::after {
                    content: '';
                    width: 315px;
                    height: 3px;
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    left: 151px;
                    z-index: 3;
                    background: #aeaeae;
                }

                .sg-title-main {
                    font-family: 'Roboto', sans-serif;
                    font-weight: 400;
                    font-size: 62.82px;
                    color: #fff;
                    line-height: 54px;
                    letter-spacing: .030em;
                    text-transform: uppercase;
                    margin-top: 14px;
                }

                    .sg-title-main span {
                        display: block;
                    }

                    .sg-title-main span span {
                        padding-left: 34px;
                    }

                    .welcomedesc-inner strong {
                        font-family: 'Roboto', sans-serif;
                        font-weight: 500;
                        font-size: 24px;
                        letter-spacing: .010em;
                        color: #333333;
                        display: block;
                        margin-bottom: 40px;
                    }

                        .welcomedesc-inner p {
                            font-family: 'Roboto', sans-serif;
                            font-weight: 300;
                            font-size: 16px;
                            letter-spacing: .010em;
                            line-height: 24px;
                            color: #333333;
                            margin-bottom: 24px;

                        }

                            .welcomedesc-inner span {
                                font-family: 'Roboto', sans-serif;
                                font-weight: 700;
                                font-size: 16px;
                                letter-spacing: .010em;
                                line-height: 24px;
                                color: #333333;
                            }

                            .welcomedesc-inner {
                                max-width: 544px;
                                margin: 0 auto;
                            }

.welcome-signature {
    margin-top: 55px;
}

    .welcome-col.welcome-right {
        width: 49.13%;
        padding-left: 40px;
        position: relative;
    }

        .welcome-agent::after {
            content: '';
            width: 100%;
            height: calc(100% - 37px);
            position: absolute;
            top: 0;
            left: 0;
            background-image: url(https://cdn.agentimagehosting.com/opRoJGY3NimjYGgQguLW7/2024/03/20-968.jpg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
        }

    .welcome-bottom-img canvas {
        display: block;
        width: 100%;
        height: 100%;
    }

    .welcome-bottom-img {
        position: relative;
    }

        .welcome-bottom-img img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .welcome-agent img {
        margin-left: auto;
        position: relative;
        z-index: 4;
        display: none;
    }

    .welcome-agent {
        position: relative;
        padding-top: 95px;
        min-height: 542px;
    }
/*End of Welcome Style*/
/*Featured Properties Style*/
section.fp-wrapper {
    font-size: 0;
    padding: 130px 10px 93px;
    position: relative;
    display: none;
}

    section.fp-wrapper::after {
        content: '';
        width: 790px;
        height: 503px;
        position: absolute;
        bottom: 0;
        right: 0;
        background-image: url(images/fp-bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        filter: grayscale(1);
    }

    section.fp-wrapper::before {
        content: '';
        z-index: 2;
        position: absolute;
        bottom: 0;
        width: 790px;
        height: 503px;
        right: 0;
        background-color: #ffffff;
        opacity: .91;
    }

    .fp-inner {
        position: relative;
        z-index: 3;
    }

.fp-title.sg-title {
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 63px;
    position: relative;
}

    .fp-title .sg-title-sub {
        color: #000;
    }

        .fp-title .sg-title-main {
            color: #000;
        }

        .fp-title .sg-title-sub::after {
            width: 261px;
            right: 0;
            left: auto;
        }

        .fp-title .sg-title-main {
            font-family: 'Barlow Semi Condensed';
            font-weight: 700;
        }

        .fp-item {
            padding: 0 10px;
        }

        .fp-list > div {
            margin: 0 -10px;
        }

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

            .fp-item a::after {
                content: '';
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background-color: #000000;
                opacity: 0.26;
                -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::after {
                    opacity: 0.5;
                }

            .fp-item a::before {
                content: '';
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background-color: rgba(2,51,174,.54);
                z-index: 2;
                opacity: 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;
            }

                /* .fp-item a:hover::before {
                    opacity: 1;
                } */

        .fp-item {
            width: 50%;
            display: inline-block;
            vertical-align: top;
        }

            .fp-wrap {
                max-width: 1406px;
                margin: 0 auto;
            }

            .fp-img canvas {
                display: block;
                width: 100%;
                position: relative;
                height: 100%;
            }

            .fp-img {
                position: relative;
            }

                .fp-img img {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    object-fit: cover;
                    -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 img {
                    filter: grayscale(1);
                }

.fp-desc {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    width: 100%;
}

    .fp-desc-inner {
        max-width: 602px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .fp-left {
        opacity: 0;
        position: relative;
        left: -20px;
        -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-right {
        opacity: 0;
        right: -20px;
        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-item a:hover .fp-left {
            left: 0;
            opacity: 1;
        }

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

    .fp-price {
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-weight: 700;
        font-size: 36px;
        letter-spacing: .030em;
        color: #fff;
    }

    .fp-add {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 22px;
        color: #fff;
        line-height: 1.4;
        margin-top: 7px;
        text-shadow: 0 0 6px #000;
    }

    .fp-details {
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        letter-spacing: .010em;
        text-transform: uppercase;
        height: 38px;
        width: 144px;
        text-align: center;
        border-bottom: 3px solid #fff;
    }

    .fp-item:nth-child(2n + 2) {
        margin-top: 44px;
    }

    .sg-btn a {
        width: 243px;
        height: 53px;
        display: block;
        border: 2px solid #ababab;
        font-family: 'Barlow Condensed';
        font-weight: 600;
        font-size: 18px;
        color: #333333;
        text-transform: uppercase;
        text-align: center;
        line-height: 49px;
        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;
    }

        .sg-btn a:hover {
            background-color: #00075c;
            border-color: #00075c;
            color: #fff;
        }

        .sg-btn a::after {
            content: '+';
            width: 27px;
            height: 27px;
            position: absolute;
            top: -10px;
            right: -15px;
            background-color: #fff;
            line-height: 19px;
            color: #00075c;
            -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-btn.sg-btn {
            padding-left: 228px;
            padding-top: 10px;
        }
/*End of Featured Properties style*/
/*Testimonials Style*/
section.testi-wrapper {
    position: relative;
    padding: 141px 0 138px;
}

    section.testi-wrapper::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(images/testi-bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        filter: grayscale(1);
    }

    section.testi-wrapper::before {
        content: '';
        z-index: 2;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        opacity: .9;
    }

    .testi-wrap {
        position: relative;
        margin: 0 -69px;
    }

    .testi-inner {
        position: relative;
        z-index: 4;
    }

.testi-title.sg-title {
    max-width: 319px;
    margin: 0 auto;
    position: relative;
}

.testi-star {
    text-align: center;
    margin-top: 41px;
}

.testi-star-item {
    display: inline-block;
    margin: 0 1px;
}

    .testi-title .sg-title-sub {
        color: #000;
    }

        .testi-title .sg-title-main {
            color: #000;
        }

        .testi-title .sg-title-sub::after {
            width: 111px;
            right: 0;
            left: auto;
        }

        .testi-title .sg-title-main {
            font-family: 'Barlow Semi Condensed';
            font-weight: 700;
            margin-top: 5px;
        }

        .testi-item p {
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 17px;
            text-align: center;
            letter-spacing: .010em;
            line-height: 26px;
            color: #333333;
            max-width: 998px;
            margin: 0 auto !important;
            margin-top: 36px;
            font-style: italic;
        }

            .testi-name {
                text-align: center;
                font-family: 'Roboto', sans-serif;
                font-weight: 500;
                font-size: 20px;
                text-transform: uppercase;
                letter-spacing: .050em;
                color: #faab66;
                margin-top: 40px;
            }

.testi-arrow {
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .testi-arrow .slick-arrow {
        position: absolute;
        font-size: 20px;
        color: #fff;
        text-align: center;
        width: 40px;
        height: 40px;
        padding: 5px 0;
        background: #00075c;
        cursor: pointer;
        -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-arrow .slick-arrow:hover {
            opacity: .8;
        }

    .testi-prev.slick-arrow {
        left: 0;
        display: none !important;
    }

    .testi-next.slick-arrow {
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%) !important;
    }
/*End of Testimonials Style*/
/*CTA Style*/
section.hp-cta {
    margin-top: 25px;
    font-size: 0;
}

.cta-list {
    display: flex;
}

.cta-item {
    width: 33.33%;
}

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

        .cta-item a::after {
            content: '';
            width: calc(100% - 44px);
            height: calc(100% - 44px);
            position: absolute;
            top: 22px;
            left: 22px;
            border: 1px solid rgba(255,255,255,.40);
            z-index: 2;
        }

        .cta-item a::before {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            background-color: rgba(0,0,0,.4);
            -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;
        }

            .cta-item a:hover::before {
                background-color: rgba(127,127,127,.8);
            }

        .cta-item canvas {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
        }

        .cta-item img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            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;
        }

            .cta-item a:hover img {
                filter: grayscale(1);
            }

.cta-desc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 5;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .030em;
}
/*End of CTA Style*/
/*Contact Us Style*/
section.cu-wrap {
    position: relative;
    font-size: 0;
    padding: 190px 0 173px;
    margin-top: 25px;
}

    section.cu-wrap::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(images/cu-bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    section.cu-wrap::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,.8);
        z-index: 2;
    }

    .cta-inner {
        position: relative;
        z-index: 4;
    }

    .cu-title.sg-title {
        max-width: 393px;
        margin: 0 auto;
        margin-bottom: 86px;
    }

    .cu-title .sg-title-sub::after {
        right: 0;
        width: 160px;
        left: auto;
        background: #fff;
    }

    .cu-title.sg-title .sg-title-main {
        margin-top: 7px;
    }

    .cu-short {
        margin-bottom: 14px;
        margin-top: 14px;
    }

        .cu-long input,
        .cu-short input,
        .cu-long textarea {
            width: 100%;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-size: 14px;
            letter-spacing: .050em;
            color: #d4d4d2;
            border: 1px solid rgb(255 255 255 / 34%);
            height: 51px;
            background: transparent;
            padding: 0 16px;
            outline: none;
        }

            .cu-long textarea {
                height: 111px;
                resize: none;
                padding-top: 18px;
            }

        .cu-short {
            width: 50%;
            display: inline-block;
        }

        .cu-btn input {
            display: block;
            max-width: 180px;
            width: 100%;
            height: 48px;
            text-align: center;
            background: #7f7f7f;
            font-family: 'Barlow Semi Condensed';
            font-weight: 700;
            font-size: 18px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: .100em;
            border: 0;
            outline: none;
            margin: 0 auto;
            -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;
        }

            .cu-btn input:hover {
                background-color: #00075c;
            }

        .cu-short.cu-left {
            padding-right: 15px;
        }

        .cu-short.cu-right {
            padding-left: 15px;
        }

        .cu-btn {
            margin-top: 29px;
        }

        .cu-wrap form {
            position: relative;
        }

            .cu-wrap .wpcf7-response-output {
                position: absolute;
                width: 100%;
                font-size: 12px;
                color: #fff !important;
                text-align: center;
                bottom: -32px;
                margin: 0 !important;
            }

            .cu-form span.wpcf7-not-valid-tip {
                font-size: 12px;
            }

            .cu-btn span.ajax-loader {
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                bottom: -27px;
            }
/*End of Contact Us Style*/
/*Footer Style*/
footer.footer {
    background: #00075c;
    padding: 16px 0;
}

.footer-smi .header-right-smi {
    margin: 0 auto;
}

    .footer-logo > div {
        margin: 0 auto;
    }

    .footer-add {
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 12px;
        letter-spacing: .050em;
        color: #fff;
        text-transform: uppercase;
        margin-top: 0px;
    }

    .footer-contact {
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
    }

    .footer-smi {
        margin-top: 20px;
    }

    .footer-contact-item a {
        color: #fff !important;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 14px;
        -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;
        letter-spacing: .050em;
    }

    .footer-contact-item a:hover {
        color: #7f7f7f !important;
    }

    .footer-contact-item{
        position: relative;
            margin: 0 18px;
    }

        .footer-contact-item::after {
            content: '';
            width: 1px;
            height: 12px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: -17px;
            background-color: #1e4bc4;
        }

            .footer-contact-item:last-child::after {
                display: none;
            }

            .footer-dre {
                flex-grow: 1;
                color: #fff;
                text-align: right;
                font-size: 13px;
                font-weight: 400;
            }

.footer-smi > div {
    margin: 0 auto;
}

.footer-navs {
    border-top: 1px solid #4165c8;
    border-bottom: 1px solid #4165c8;
    margin-top: 16px;
    padding: 6px 0;
}

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

    .footernav > li > a {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: .075em;
        -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;
    }

        .footernav > li > a:hover {
            color: #7f7f7f;
        }

        .copyright {
            text-align: center;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
    font-size: 12px;
            color: #fff;
            margin-top: 10px;
            letter-spacing: .005em;
        }

    .copyright a {
        color: inherit;
        -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: #7f7f7f;
        }

    .mls-wrap {
        margin-top: 12px;
    }

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

        .mls-item {
            color: #fff;
            font-size: 22px;
        }
/*End of Footer Style*/
/*******************************************************
 *
 * 4. 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: var(--dark);
        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: #FFFFFF;
            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;
    }

/* 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 {
    font-family: 'Barlow Semi Condensed';
    font-weight: 700;
    color: #000;
    font-size: 40px;
    text-transform: uppercase;
}

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

}

.aios-cu-inner .aios-cu-left .aios-cu-main .aios-cu-form {
    margin: 25px auto 0 !important;
}

.ip-listing-pagi-inner span.current{
    font-size: 18px;
    letter-spacing: .010em;
    position: relative;
    color: #000;
    font-weight: 600;
}
.page-numbers{
    font-size: 18px;
    letter-spacing: .010em;
    color: #333333;
    position: relative;
}
.page-numbers:not(.next)::after{
    content: '';
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e4e4e4;
    right: -13px;
    height: 18px;
}

.page-numbers:not(.prev)::after{
    content: '';
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e4e4e4;
    right: -13px;
    height: 18px;
}

.page-numbers.next{
    width: 68px;
    height: 65px;
    border: 2px solid #ababab;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
}

.page-numbers.prev{
    width: 68px;
    height: 65px;
    border: 2px solid #ababab;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
}

footer.footer .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-mid {
    padding: 0 14px;
}
.footer-contact-smi-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 545px;
    margin: 10px auto 0;
    align-items: center;
    max-width: 578px;
}

.footer-contact-smi-wrap > div {
    margin: 0 10px;
}

.footer-contact-smi-wrap .textwidget {

}

.footer-smi {

}

.single-aios-agents .ipa-top-title.sg-title {
    display: none;
}

.ipa-contact ul li {
    font-size: 15px;
    margin-top: 12px;
    color: #000;
}

.ipa-contact ul li i {
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.grecaptcha-badge{
    z-index: 999999;
}

#content .listing-details-wrap .photo-slideshow .slick-prev ,
#content .listing-details-wrap .photo-slideshow .slick-next {
    width: 28px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: auto;
}

.aios-cu-inner .aios-cu-left .aios-cu-main .aios-cu-form form span.wpcf7-not-valid-tip,
.error-col span.wpcf7-not-valid-tip {
    width: 180px;
    position: absolute;
    top: 15px;
}

.cu-form span.wpcf7-not-valid-tip {
    width: 180px;
    position: absolute;
    top: 0;
}

.wpcf7-response-output {
    text-align: center;
}

.single-listing h1.entry-title{ text-transform: capitalize !important; }

/*#content .listing-details-wrap .photo-slideshow img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}*/

#content .listing-details-wrap .photo-slideshow .photo-list {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

/*.pop-gallery-wrap .pop-gallery img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}*/

.pop-gallery-wrap .pop-gallery .photo-list {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

span.post-views-count {
    font-size: 16px;
    font-weight: bold;
}

span.post-views-label {
    font-size: 16px;
    font-weight: bold;
}


.aios-cu-inner .aios-cu-left .aios-cu-main .aios-cu-contact{
  margin-top: 0px;
}

.aios-cu-inner .aios-cu-left .aios-cu-main .aios-cu-contact p {
    margin: 0 !important;
}

.aios-cu-inner .aios-cu-left .aios-cu-main .aios-cu-title {
    margin-bottom: 6px;
}

.aios-cu-info {
    display: block;
    margin-bottom: 50px;
}

.aios-cu-inner .aios-cu-left .aios-cu-main .aios-cu-contact span a.asis-mailto-obfuscated-email {
    color: #3481ff;
}







section.hp-welcome {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 60px;
}







.footer-logo img {
    margin: 0px auto;
    max-height: 100px;
    width: auto;
}

footer.footer .row .col-md-2:first-child .footer-logo img {
    position: relative;
    left: -74px;
    max-width: inherit;
    max-height: 46px;
}

#content .listing-details-wrap .property-details .details-list .det-item.d-ppsf{

    padding-left: 112px;
}


.ai-font-facebook {
    color: #3c5a99;
}

.ai-font-linkedin {
    color: #007bb5;
}

.ai-font-twitter {
    color: #269bec;
}

.ai-font-instagram {
    color: #cd235a;
}


.single-listing .property-description ul li::marker{
	color: #000;
    font-size: 16px;
}

.single-listing .property-description .addtoany_shortcode {
    margin: 2rem 0;
}

.single-listing .property-description .property-det p{
    font-weight: 500 !important;
    color: #000 !important;
}


#content .property-description h1, #content .property-description h2 {
    color: #000000;
}




/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
