/*
Theme Name: Hign Mountain
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.7
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
 *
 *******************************************************/


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

.nav2 .sub-menu,
#nav3 .sub-menu {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
 	width:100%;
 	min-width: 202px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 54px;
    -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;
}

#nav3 .sub-menu {
    padding-top: 43px;
}

.nav2 .sub-menu a,
#nav3 .sub-menu a {
    display: block;
    padding: 15px;
    color: #292b26;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: .100em;
    font-size: 13px;
    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;
}
.nav2 .sub-menu a:hover,
#nav3 .sub-menu a:hover {
    background: none repeat scroll 0 0 #035cde;
    color: #fff;
    text-decoration: none;
}
.nav2 .sub-menu .sub-menu,
#nav3 .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
.nav2 li:hover > .sub-menu,
#nav3 li:hover > .sub-menu {
    -webkit-transform: translate(-50%, 0px);
   transform: translate(-50%, 0px);
   opacity: 1;
   visibility: visible;
}
.nav2 .sub-menu li,
#nav3 .sub-menu li {
    position: relative;
    background-color: #fff;
    text-align: center;
    margin-bottom: 4px;
}


/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/
#main-wrapper {
    overflow: hidden;
}
/* Global */

body{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	background: #FFF;
	color: #70807d;
	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; */
}


/*Header Style*/
header.header {
    position: absolute;
    z-index: 2;
    width: 100%;
    background: #fff;
    top: 37px;
}

    .header-logo a {
        margin-right: -52px;
        display: block;
        position: relative;
        margin-left: -33px;
    }

    .nav2 > li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 70px;
        position: relative;
    }

        .nav2 > li:hover > a {
            color: #dd9933;
        }

        #nav3 > li:hover > a {
            color: #dd9933;
        }

    .nav2 > li:last-child {
        margin-right: 0;
    }

    .nav-right {
        text-align: right;
    }

       .nav2 > li > a,
       #nav3 > li > a {
            color: #292b26;
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            letter-spacing: .100em;
            font-size: 13px;
            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;
        }

        .header-nav .menu-mainmenu-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
/*End of Header Style*/
/*Fixed Header Style*/
.header-dupli {
    position: fixed;
    z-index: 1034;
    width: 100%;
    background: #fff;
    top: -200px;
    -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;
    box-shadow: 1px black;
    -webkit-box-shadow: 0 0 10px 1px #444444;
    box-shadow: 0 0 10px 1px #444444;
}

.header-dupli.fixed {
    top: 0;
}

    .header-logo-dupli {
        max-width: 204px;
    }

    .header-logo-dupli a {
        display: block;
        position: relative;
    }

    .header-dupli #nav3 {
        max-width: 704px;
        margin-left: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-dupli .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-dupli .row::before {
        display: none;
    }

    #nav3 > li {
        position: relative;
    }
/*End of Fixed Header Style*/
/*Slideshow Style*/
section.hp-slideshow {
    position: relative;
}

    section.hp-slideshow::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.25);
        content: '';
    }
/*End of Slideshow Style*/
/*Quick Search Style*/
section.hp-qs {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    font-size: 0;
    bottom: 51px;
}

.qs-long ul.dropdown-menu.inner {
    max-height: 250px !important;
}

.qs-long .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 11px;
}

    .qs-title {
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 25px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: .100em;
        width: 100%;
        text-align: center;
        margin-bottom: 18px;
    }

    .qs-long {
        width: 22.45%;
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

    .qs-long.citywrap {
        width: 22.98%;
        position: relative;
    }

    .qs-short {
        width: 8.85%;
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

    .qs-mid {
        width: 9.73%;
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

    .qs-btn.btnsubmit-wrap {
        width: 11.75%;
        display: inline-block;
        vertical-align: middle;
        height: 60px;
        background-color: rgba(221, 153, 51, .80);
        padding: 14px 0;
    }

    .qs-btn.advancewrap {
        width: 5.66%;
        display: inline-block;
        vertical-align: middle;
        height: 60px;
        background-color: rgba(221, 153, 51, .80);
        padding: 14px 14px;
    }

        .qs-btn.advancewrap a {
            display: block;
            width: 33px;
            height: 33px;
            color: #fff;
            font-size: 32px;
            -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;
        }

        .sidebar .qs-btn.advancewrap a:hover {
            color: #dd9933;
        }

            .qs-btn.advancewrap a:hover {
                color: #035cde;
            }

    .qs-long select {
        padding-left: 25px !important;
    }

    .qs-input select {
        background-image: url(images/qs-arrow.png);
        background-repeat: no-repeat;
        background-position: top 26px right 14px;
    }

        .qs-long select,
        .qs-long input,
        .qs-short select,
        .qs-short input,
        .qs-mid select,
        .qs-mid input {
            background-color: rgba(221, 153, 51, .80);
            width: 100%;
            font-family: 'Lato', sans-serif;
            font-weight: 300;
            font-size: 11px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: .100em;
            border: 0;
            height: 60px;
            padding-left: 18px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            outline: none;
        }

        .qs-input::after {
            position: absolute;
            right: 0;
            top: 50%;
            width: 1px;
            height: calc(100% - 30px);
            background-color: #fff;
            content: '';
            transform: translateY(-50%);
        }

        .maxpricewrap::after {
            display: none;
        }

            .qs-btn input {
                font-family: 'Lato', sans-serif;
                font-weight: 300;
                font-size: 11px;
                color: #fff;
                border: 1px solid #fff;
                height: 32px;
                background: transparent;
                text-transform: uppercase;
                width: 100%;
                max-width: 121px;
                float: right;
                -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;
            }

                .qs-btn input:hover {
                    background-color: #035cde;
                    border: 1px solid #035cde;
                    color: #fff;
                }
/*End of Quick Search Style*/
/*Welcome Style*/
section.welcome-wrapper{
    font-size: 0;
    padding: 0 15px;
}
.welcome-inner {
    max-width: 1368px;
    margin: 0 auto;
    width: 100%;
}

    .welcome-left {
        width: 55.84%;
        display: inline-block;
        vertical-align: middle;
        padding-top: 200px;
    }

    .welcome-right {
        width: 44.16%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding-top: 83px;
    }

        .welcome-right::after {
            position: absolute;
            top: 0;
            left: -380px;
            width: 107vw;
            height: 801px;
            background-image: url(images/welcome-bg.jpg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            content: '';
            z-index: -1;
            float: right;
        }


        .welcome-left-inner {
            max-width: 654px;
            width: 100%;
        }

        .welcome-title span {
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            font-size: 25px;
            color: #70807d;
            text-transform: uppercase;
            letter-spacing: .100em;
        }

        .welcome-title h1 {
            font-family: 'Lato', sans-serif;
            font-weight: 600;
            font-size: 50px;
            color: #035cde;
            text-transform: uppercase;
            letter-spacing: .050em;
            margin-top: 3px;
        }

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

            .welcome-desc p {
                font-family: 'Lato', sans-serif;
                font-weight: 600;
                font-size: 15px;
                letter-spacing: .025em;
                line-height: 30px;
                margin-bottom: 45px;
                color: #70807d;
            }

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

            .welcome-btn a {
                font-family: 'Lato', sans-serif;
                font-weight: 600;
                font-size: 15px;
                color: #fff;
                text-transform: uppercase;
                letter-spacing: .025em;
                max-width: 200px;
                padding: 15px 0;
                display: block;
                text-align: center;
                position: relative;
                overflow: hidden;
            }

                .welcome-btn a::after {
                    position: absolute;
                    top: 0;
                    left: 0;
                    opacity: 1;
                    content: '';
                    width: 100%;
                    height: 100%;
                    background: #dd9933;
                    -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;
                    z-index: -1;
                }

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

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

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



            .welcome-right-img {
                width: 100%;
                position: relative;
            }

                .welcome-right-img::after {
                    content: '';
                    width: 25px;
                    height: calc(100% - 200px);
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    background-color: #035cde;
                }
                .welcome-right-img::before {
                    content: '';
                    width: calc(100% - 435px);
                    height: 25px;
                    position: absolute;
                    top: 200px;
                    left: 0;
                    background-color: #035cde;
                }

            .welcome-agent {
                position: absolute;
                bottom: 0;
                left: 25px;
            }

            .welcome-right-img-inner {
                position: relative;
            }

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

            .welcome-line {
                position: absolute;
                width: 100%;
                height: 100%;
            }

                .welcome-line::after {
                    position: absolute;
                    bottom: 0;
                    right: 20px;
                    width: 25px;
                    height: calc(100% - 348px);
                    background-color: #035cde;
                    content: '';
                    z-index: 1;
                }

                .welcome-line::before {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: calc(100% - 42px);
                    height: 25px;
                    background-color: #035cde;
                    content: '';
                    z-index: 1;
                }
/*End of Welcome Style*/
/*Featured Listing Style*/
section.fl-wrapper {
    font-size: 0;
    padding-top: 94px;
}

.fl-list{
    margin: 0 -2.5px;
}


.fl-item {
    overflow: hidden;
    padding: 0 2.5px;
    margin-bottom: 5px;
}

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

.fl-item a:hover::after {
    left: 400px;
    opacity: 0;
}

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

    .fl-item a::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background-color: rgba(0,0,0,.25);
        -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;
    }

    .fl-item a::before {
        position: absolute;
        top: 0;
        right: 400px;
        opacity: 0;
        width: 100%;
        height: 100%;
        content: '';
        background-color: rgba(3,92,222,.70);
        -webkit-transition: all .625s ease-in-out;
        -moz-transition: all .625s ease-in-out;
        -ms-transition: all .625s ease-in-out;
        transition: all .625s ease-in-out;
    }

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

    .fl-item a:hover .fl-desc {
        bottom: 26px;
    }

    .fl-item a:hover .fl-btn {
        opacity: 1;
    }

    .fl-desc {
        position: absolute;
        bottom: -36px;
        left: 18px;
        z-index: 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;
    }

    .fl-wrap {
        position: relative;
        margin-top: 46px;

    }

        .fl-price {
            font-family: 'Lato', sans-serif;
            font-weight: 700;
            font-size: 40px;
            color: #fff;
            letter-spacing: .050em;
        }

        .fl-add {
            font-family: 'Lato', sans-serif;
            font-weight: 700;
            font-size: 15px;
            color: #fff;
            line-height: 17px;
            letter-spacing: .010em;
            margin-top: 9px;
        }

        .fl-btn {
            max-width: 170px;
            color: #fff;
            border: 1px solid #fff;
            font-family: 'Lato', sans-serif;
            font-weight: 600;
            font-size: 15px;
            text-transform: uppercase;
            letter-spacing: .025em;
            padding: 14px 0;
            text-align: center;
            margin-top: 22px;
            opacity: 0;
        }

        .fl-arrows {
            position: absolute;
            right: 0;
            width: 71px;
            height: calc(100% - 5px);
            top: 0;
            cursor: pointer;
            background-color: rgba(221,153,51,.85);
            -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;
        }

            .fl-arrows:hover {
                opacity: .8;
            }

        .fl-next {
            width: 23px;
            height: 38px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 29%;
        }

            .fl-next span {
                font-size: 36px;
                color: #fff;
            }

            .fl-wrap button.slick-prev.slick-arrow {
                display: none !important;
            }

            .fl-title-inner span {
                font-family: 'Lato', sans-serif;
                font-weight: 300;
                font-size: 50px;
                color: #035cde;
                letter-spacing: .050em;
                text-transform: uppercase;
            }

                .fl-title-inner span span {
                    font-weight: 700;
                    color: #dd9933;
                }

                .fl-title {
                    max-width: 737px;
                    width: 100%;
                    margin: 0 auto;
                    text-align: center;
                    position: relative;
                }

                    .fl-title::after {
                        position: absolute;
                        top: 50%;
                        transform: translateY(-50%);
                        left: 0;
                        width: 198px;
                        height: 4px;
                        background-color: #dd9933;
                        content: '';
                    }

                    .fl-title::before {
                        position: absolute;
                        top: -107px;
                        right: 619px;
                        width: 100vw;
                        height: 198px;
                        background-color: #035cde;
                        content: '';
                    }

                .fl-title-inner {
                    margin-left: auto;
                    max-width: 521px;
                    margin-right: -5px;
                    margin-top: 107px;
                }

                .fl-title-inner span {
                    font-family: 'Lato', sans-serif;
                    font-weight: 300;
                    font-size: 50px;
                    color: #035cde;
                    letter-spacing: .050em;
                    text-transform: uppercase;
                    display: inline-block;
                }

                .fl-inner {
                    margin-left: 196px;
                }
/*End of Featured Listing Style*/
/*Featured Communities Style*/
section.fc-wrapper {
    position: relative;
    padding: 125px 10px 90px;
    font-size: 0;
}

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

    section.fc-wrapper::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background-color: rgba(41,43,38,.90);
    }

    .fc-title {
        text-align: center;
    }

    .fc-title span {
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        font-size: 50px;
        text-transform: uppercase;
        letter-spacing: .050em;
        color: #035cde;
    }

        .fc-title span span {
            font-weight: 700;
            color: #dd9933;
        }

    .fc-wrap-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.fc-wrap {
    max-width: 1404px;
    width: 100%;
    margin: 0 auto;
    padding-top: 54px;
}

.fc-item:nth-child(2) .fc-item-inner {
    margin-left: auto;
}

    .fc-item {
        width: 50%;
    }

    .fc-item-inner {
        max-width: 652px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .fc-img {
        max-width: 320px;
        width: 100%;
    }

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

    .fc-desc {
        max-width: 301px;
        width: 100%;
    }

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

        .fc-sub {
            font-family: 'Lato', sans-serif;
            font-weight: 700;
            font-size: 50px;
            color: #fff;
            letter-spacing: .010em;
            text-transform: uppercase;
            margin-bottom: 53px;
            position: relative;
        }

            .fc-sub::after {
                width: calc(100% + 105px);
                height: 5px;
                content: '';
                position: absolute;
                bottom: -26px;
                right: 0;
                background-color: #035cde;
            }

        .fc-desc p {
            font-family: 'Lato', sans-serif;
            font-weight: 600;
            font-size: 13px;
            color: #fff;
            letter-spacing: .025em;
            line-height: 30px;
            min-height: 243px;
        }

        .fc-btn {
            margin-top: 34px;
        }

        .fc-btn a:hover {
            color: #fff;
            border: 1px solid #dd9933;
        }

        .fc-btn a {
            font-family: 'Lato', sans-serif;
            font-weight: 600;
            font-size: 15px;
            color: #035cde;
            border: 1px solid #035cde;
            text-align: center;
            max-width: 170px;
            padding: 16px 0;
            display: block;
            text-transform: uppercase;
            position: relative;
            overflow: hidden;
            -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-btn a::after {
                position: absolute;
                top: 0;
                left: -200px;
                width: 100%;
                height: 100%;
                z-index: -1;
                content: '';
                background-color: #dd9933;
                 -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-btn a:hover::after {
                left: 0;
            }

            .fc-view a {
                font-family: 'Lato', sans-serif;
                font-weight: 600;
                font-size: 15px;
                color: #fff;
                text-transform: uppercase;
                letter-spacing: .025em;
                display: block;
                max-width: 260px;
                text-align: center;
                padding: 17px 0;
                margin: 0 auto;
                position: relative;
                overflow: hidden;
            }

                .fc-view a::after {
                    background-color: #035cde;
                    z-index: -1;
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 100%;
                    height: 100%;
                    content: '';
                    -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-view {
                    margin-top: 89px;
                }

                .fc-view a::before {
                    background-color: #dd9933;
                    z-index: -1;
                    position: absolute;
                    top: 0;
                    opacity: 0;
                    left: -200px;
                    width: 100%;
                    height: 100%;
                    content: '';
                    -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-view a:hover::after {
                    right: -200px;
                    opacity: 0;
                }
                .fc-view a:hover::before {
                    left: 0;
                    opacity: 1;
                }
/*End of Featured Communities Style*/
/*Testimonials Style*/
section.testi-wrapper{
    position: relative;
    font-size: 0;
    padding: 111px 0 100px;
}

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

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

    .testi-title span {
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        font-size: 50px;
        color: #035cde;
        text-transform: uppercase;
        letter-spacing: .050em;
    }

        .testi-title span span {
            font-weight: 700;
            color: #dd9933;
        }

    .testi-title {
        text-align: center;
    }

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

    .testi-wrap {
        max-width: 922px;
        margin: 0 auto;
        background: rgba(255, 255, 255, .80);
        padding: 0 15px;
        margin-top: 63px;
    }

        .testi-wrap-inner {
            max-width: 721px;
            margin: 0 auto;
            padding: 55px 0px 46px;
        }

        .testi-wrap-inner p {
            font-family: 'Lato', sans-serif;
            font-weight: 600;
            font-size: 15px;
            color: #035cde;
            letter-spacing: .020em;
            line-height: 30px;
            text-align: center;
        }

        .testi-name {
            text-align: center;
            font-family: 'Lato', sans-serif;
            font-weight: 700;
            font-size: 13px;
            color: #dd9933;
            letter-spacing: .020em;
            line-height: 30px;
            text-transform: uppercase;
            margin-top: 28px;
        }

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

            .testi-arrow {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                width: 100%;
                pointer-events: none;
            }

            .testi-prev, .testi-next {
                position: absolute;
                left: 61px;
                width: 20px;
                cursor: pointer;
                height: 27px;
                pointer-events: auto;
            }

            .testi-next {
                right: 61px;
                left: auto;
            }

            .testi-next:hover span,
            .testi-prev:hover span {
                color: rgba(221,153,51.80);
            }

                .testi-prev span, .testi-next span {
                    font-size: 26px;
                    color: rgba(3, 92, 222, .80);
                    -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 {
                    margin-top: 75px;
                }

                .testi-btn a {
                    font-family: 'Lato', sans-serif;
                    font-weight: 600;
                    font-size: 15px;
                    color: #fff;
                    letter-spacing: .020em;
                    text-transform: uppercase;
                    display: block;
                    max-width: 260px;
                    text-align: center;
                    padding: 16px 0;
                    position: relative;
                    margin: 0 auto;
                    overflow: hidden;
                }

                    .testi-btn a::after {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        opacity: 1;
                        z-index: -1;
                        content: '';
                        background-color: #dd9933;
                        -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 {
                        position: absolute;
                        top: 0;
                        right: 200px;
                        width: 100%;
                        height: 100%;
                        z-index: -1;
                        opacity: 0;
                        content: '';
                        background-color: #035cde;
                        -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: 200px;
                        opacity: 0;
                    }

                    .testi-btn a:hover::before {
                        right: 0;
                        opacity: 1;
                    }
/*end of Testimonials Style*/
/*Recent Post Style*/
section.rp-wrapper {
    padding-bottom: 100px;
    padding-top: 101px;
}
.rp-item a {
    display: block;
    position: relative;
    max-width: 592px;
    outline: none;
}

    .rp-item a:hover .rp-desc-inner {
        background-color: #dd9933;
    }

    .rp-item a:hover .rp-desc-title {
        color: #fff !important;
    }

    .rp-item a:hover .rp-desc-para p {
        color: #fff;
    }

    .rp-item a:hover .rp-desc-btn::after {
        left: 0;
        opacity: 1;
    }

    .rp-item a:hover .rp-desc-btn::before {
        left: 200px;
        opacity: 0;
    }

    .rp-item a:hover .rp-desc-btn {
        color: #fff;
    }


.rp-title {
    text-align: center;
}

    .rp-title span {
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        font-size: 50px;
        color: #035cde;
        text-transform: uppercase;
        letter-spacing: .020em;
    }

    .rp-title span span {
        font-weight: 700;
        color: #dd9933;
    }

        .rp-item-inner {
            display: flex;
            justify-content: space-between;
            max-width: 590px;
            align-items: flex-start;
        }

            .rp-img {
                width: 42.03%;
                margin-top: -46px;
            }

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

            .rp-desc {
                width: 57.97%;
                margin-left: -190px;
            }

            .rp-desc-inner {
                position: relative;
                display: block;
                height: 100%;
                margin-left: -190px;
                border: 1px solid #dd9933;
                z-index: -1;
                margin-bottom: -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;
            }

            .rp-desc-inner-hold {
                max-width: 271px;
                margin: 26px 26px 88px auto;
            }

            .rp-desc-title {
                font-family: 'Lato', sans-serif;
                font-weight: 600;
                font-size: 17px;
                text-transform: uppercase;
                color: #035cde;
                letter-spacing: .020em;
                -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;
            }

            .rp-desc-para {
                margin-top: 20px;
                margin-bottom: 11px;
            }

            .rp-wrap .slick-list {
                padding: 128px 29% 0;
            }


                .rp-desc-para p {
                    font-family: 'Lato', sans-serif;
                    font-weight: 500;
                    font-style: italic;
                    color: #292b26;
                    font-size: 14px;
                    line-height: 22px;
                    letter-spacing: .025em;
                    -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;
                }

                .rp-desc-btn {
                    max-width: 170px;
                    font-family: 'Lato', sans-serif;
                    font-weight: 600;
                    font-size: 15px;
                    color: #035cde;
                    border: 1px solid #035cde;
                    text-transform: uppercase;
                    text-align: center;
                    padding: 15px 0;
                    width: 100%;
                    bottom: 0;
                    margin-left: auto;
                    margin-right: 36px;
                    overflow: hidden;
                    -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;
                    position: relative;
                }

                .rp-desc-btn::before {
                    background-color: #fff;
                    content: '';
                    opacity: 1;
                    left: 0;
                    width: 100%;
                    height: 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;
                    position: absolute;
                    top: 0;
                    z-index: -1;
                }

                    .rp-desc-btn::after {
                        position: absolute;
                        top: 0;
                        left: 200px;
                        content: '';
                        background-color: #035cde;
                        opacity: 0;
                        width: 100%;
                        height: 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;
                        z-index: -1;
                    }

                .rp-list .slick-slide {
                    padding-top: 39px;
                    -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;
                }

                .rp-list .slick-slide.slick-current {
                    margin-top: -45px;
                    -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: auto;
                }

                .rp-list .slick-slide.slick-current + .slick-slide {
                    margin-top: 50px;
                    -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;
                }

                .rp-view {
                    position: relative;
                    max-width: 400px;
                    margin: 0 auto;
                    margin-top: 25px;
                }

                .rp-view a {
                    font-family: 'Lato', sans-serif;
                    font-weight: 600;
                    font-size: 15px;
                    color: #fff;
                    text-transform: uppercase;
                    letter-spacing: .020em;
                    max-width: 260px;
                    display: block;
                    text-align: center;
                    padding: 16px 0;
                    margin: 0 auto;
                    overflow: hidden;
                    position: relative;
                }

                    .rp-view a::after {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: #dd9933;
                        -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;
                        z-index: -1;
                    }

                    .rp-view a::before {
                        background-color: #035cde;
                        content: '';
                        position: absolute;
                        top: 0;
                        right: 200px;
                        width: 100%;
                        height: 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;
                        opacity: 0;
                        z-index: -1;
                    }

                    .rp-view a:hover::before {
                        right: 0;
                        opacity: 1;
                    }

                        .rp-view a:hover::after {
                            left: 200px;
                            opacity: 0;
                        }

                .rp-arrow {
                    position: absolute;
                    top: 58%;
                    transform: translateY(-50%);
                    pointer-events: none;
                    width: 100%;
                    height: auto;
                }

                .rp-next.slick-arrow {
                    position: absolute;
                    right: 0;
                    left: auto;
                    width: 17px;
                    height: 31px;
                    transform: translateY(-50%);
                    pointer-events: auto;
                    cursor: pointer;
                }

                .rp-prev.slick-arrow {
                    position: absolute;
                    right: auto;
                    left: 0;
                    width: 17px;
                    height: 31px;
                    transform: translateY(-50%);
                    pointer-events: auto;
                    cursor: pointer;
                }

                .rp-prev:hover span, .rp-next:hover span {
                    color: #035cde;
                }

                    .rp-prev span, .rp-next span {
                        font-size: 22px;
                        color: #dd9933;
                        -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 Recent Post Style*/
/*Footer Style*/
footer.footer {
    font-size: 0;
}
.footer-top {
    position: relative;
    padding: 90px 0 73px;
}

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

    .footer-top::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background-color: rgba(112, 128, 125, .50);
        z-index: 2;
    }

        .footer-top-hold {
            z-index: 2;
            position: relative;
        }

        .footer-add-item a, .footer-add-item em {
            font-family: 'Lato', sans-serif;
            font-weight: 600;
            font-size: 15px;
            color: #fff !important;
            font-style: normal;
            letter-spacing: .020em;
            -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: #dd9933 !important;
            }

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


.footer-left {
    padding-left: 100px;
    position: relative;
}

    .footer-left::after {
        position: absolute;
        top: -2px;
        height: 322px;
        width: 1px;
        background-color: #fff;
        right: 20px;
        content: '';
    }

.footer-left-inner {
    max-width: 250px;
}

    .footer-contact {
        text-align: center;
        margin-top: 60px;
    }

    .footer-smi .textwidget {
        max-width: 118px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        margin-top: 38px;
    }

        .footer-smi-item a {
            display: block;
            font-size: 25px;
            color: #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;
        }

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

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

        .footer-form-title span {
            font-family: 'Lato', sans-serif;
            font-weight: 300;
            font-size: 50px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: .050em;
        }

        .footer-form-wrap {
            margin-top: 39px;
        }

            .footer-form-title span span {
                font-weight: 700;
            }

            .footer-form {
                max-width: 535px;
                text-align: center;
                width: 100%;
            }

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

            .sam-long{
                width: 100%;
               margin-top: 47px;
            }

            .sam-short input,
            .sam-long textarea {
                font-family: 'Lato', sans-serif;
                font-weight: 300;
                font-size: 11px;
                color: #fff;
                letter-spacing: .100em;
                width: 100%;
                border: 0;
                border-bottom: 1px solid #fff;
                background: transparent;
                text-transform: uppercase;
                padding-left: 4px;
                height: 48px;
                outline: none;
            }

            .sam-long textarea {
                height: 29px;
                outline: none;
                resize: none;
            }

            .sam-short.sam-short-left {
                padding-right: 13px;
            }

            .sam-short.sam-short-right {
                padding-left: 13px;
            }

                .sam-btn {
                    margin-top: 39px;
                }

                    .sam-btn .wpcf7-submit {
                        font-family: 'Lato', sans-serif;
                        font-weight: 600;
                        font-size: 15px;
                        color: #fff;
                        border: 1px solid #fff;
                        text-transform: uppercase;
                        letter-spacing: .020em;
                        max-width: 170px;
                        width: 100%;
                        background: transparent;
                        padding: 17px 0;
                        outline: none;
                        -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;
                    }

                        .sam-btn .wpcf7-submit:hover {
                            background-color: #dd9933;
                            border: 1px solid #dd9933;
                        }

                    .footer-right {
                        padding-left: 44px;
                    }

                    .footer-form span.ajax-loader {
                        position: absolute;
                        bottom: -22px;
                        left: 50%;
                        transform: translateX(-50%);
                    }

                    .footer-right form {
                        position: relative;
                    }

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

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

.footer-bottom {
    background: #292b26;
    padding: 27px 0;
}

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

        .footernav > li > a {
            font-family: 'Lato', sans-serif;
            font-weight: 600;
            font-size: 10px;
            color: #fff;
            letter-spacing: .100em;
            text-transform: uppercase;
            -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: #dd9933;
            }

        .footer-copyright {
            margin-top: 7px;
        }

        .footer-copyright .copyright {
            font-family: 'Lato', sans-serif;
            font-weight: 600;
            font-size: 10px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: .100em;
            text-align: center;
        }

        .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: #dd9933;
            }

        .footer-mls {
            margin-top: 26px;
        }

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

                .mls-logo .mls-item {
                    font-size: 26px;
                    color: #fff;
                }

/*End of Footer Style*/
/*Sidebar Style*/
.sb-qs section.hp-qs {
    position: relative;
    bottom: 0;
    background: #035cde;
    padding: 20px 10px;
}

.sb-qs .qs-short {
    width: 50%;
    margin-bottom: 5px;
}

.sb-qs .qs-mid {
    width: 50%;
}

.sb-qs .qs-long select {
    padding-left: 8px !important;
}

.sb-qs .qs-form-wrapper button.btn.dropdown-toggle.btn-default {
    font-size: 11px;
    padding-left: 8px !important;
}

.sb-qs .qs-long select, .sb-qs  .qs-long input, .sb-qs .qs-short select, .sb-qs .qs-short input, .sb-qs  .qs-mid select, .sb-qs  .qs-mid input {
    border: 1px solid #fff;
    background-color: #dd9933;
    height: 48px;
    padding-left: 8px;
}

.sb-qs .qs-input select {
    background-position: top 19px right 14px;
}

.sb-qs .qs-long,
.sb-qs .qs-long.citywrap {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
}

.sb-qs .qs-long::after {
    display: none;
}

.sb-qs .qs-left {
    padding-right: 2.5px;
}

.sb-qs .qs-right {
    padding-left: 2.5px;
}

.sb-qs .qs-input::after {
    display: none;
}

.sb-qs .qs-btn.btnsubmit-wrap {
    width: 100%;
    background-color: transparent;
    padding: 5px 0;
    height: 60px;
}

.sb-qs .qs-btn input {
    height: 50px;
    max-width: 100%;
    background-color: #dd9933;
}

.sb-qs .qs-btn.advancewrap {
    width: 100%;
    background: transparent;
}

.sb-qs .qs-btn.advancewrap a {
    margin: 0 auto;
}

.sb-qs .qs-inner .container {
    max-width: 500px;
}
/*End of Sidebar Style*/

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

header.header {
    opacity: 0;
}

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

/*ihf style*/
#ihf-main-container .nav-tabs {
    padding: 0 !important;
    margin: 0 !important;
}
    ul.chosen-results {
        margin: 0 !important;
        padding: 0 !important;
    }

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

#ihf-main-container .mc-total-payment-subline {
    color: #666;
}

.category-28 #content .archive-subtitle {
    margin: 0;
    margin-top: -9px;
}

#ihf-main-container .ihf-grid-result span.ihf-grid-result-address {
    display: block;
}

/*******************************************************
 *
 * 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;
    }

/* 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 {

}

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

}

.qs-form-wrapper button.btn.dropdown-toggle.btn-default {
    background-color: rgba(221, 153, 51, .80);
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .100em;
    border: 0;
    height: 60px;
    padding-left: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-radius: unset;
}

    .qs-form-wrapper button.btn.dropdown-toggle.btn-default:hover,
    .qs-form-wrapper button.btn.dropdown-toggle.btn-default:focus {
        outline: none !important;
    }

.qs-form-wrapper input.form-control {
    color: #000 !important;
}

.ip-container .qs-inner button.btn.dropdown-toggle.btn-default {
    border: 1px solid #fff;
    background-color: #dd9933;
    height: 48px;
}

.ip-container .qs-inner input.form-control {
    background: #fff !important;
    border: 1px solid #ccc !important;
}
.sidebar ul.dropdown-menu.inner{
   max-height: 200px !important;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
