/*Custom Fonts */

@font-face {
    font-family: 'comfortaaregular';
    src: url('../fonts/Comfortaa-Regular.html');
    /* IE9 Compat Modes */
    src: url('../fonts/Comfortaa-Regulard41d.html?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Comfortaa-Regular-2.html') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Comfortaa-Regular-3.html') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Comfortaa-Regular-4.html') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Comfortaa-Regular-5.html#comfortaaSvg') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'comfortaabold';
    src: url('../fonts/Comfortaa-Bold.html');
    /* IE9 Compat Modes */
    src: url('../fonts/Comfortaa-Boldd41d.html?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Comfortaa-Bold-2.html') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Comfortaa-Bold-3.html') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Comfortaa-Bold-4.html') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Comfortaa-Bold-5.html#comfortaaBoldSvg') format('svg');
    /* Legacy iOS */
}


/*Starts General css*/

body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}

.fz-52 {
    font-size: 52px;
}

.fz-48 {
    font-size: 48px;
}

.fz-42 {
    font-size: 42px;
}

.fz-30 {
    font-size: 30px;
}

.fz-24 {
    font-size: 24px;
}

.fz-21 {
    font-size: 21px;
}

.fz-18 {
    font-size: 18px;
}

.fw-n {
    font-weight: normal;
}

.fw-b {
    font-weight: bold;
}

.main-title {
    /*font-family: 'comfortaaregular';*/
    font-size: 48px;
    line-height: 60px;
}

    .main-title span {
        color: #00a0ff;
    }


/*Ends General css*/


/*Starts Request Callback Css*/

.request-callback a {
    position: fixed;
    left: 0;
    top: 150px;
    z-index: 999999;
}

.request-callback .modal-content {
    font-size: 14px;
}

    .request-callback .modal-content .modal-header {
        background: #00a0ff;
        color: #fff;
    }

.request-callback .modal-dialog {
    max-width: 480px;
}


/*.rotate {
   /*Safari */


/*-webkit-transform: rotate(-90deg);*/


/*Firefox */


/*-moz-transform: rotate(-90deg);*/


/*IE */


/*-ms-transform: rotate(-90deg);*/


/*Opera */


/*-o-transform: rotate(-90deg);*/


/*Internet Explorer */


/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/


/*}*/


/*Closed Request Callback Css*/


/*Starts Hedaer css*/

.header {
    /*font-family: "comfortaaregular";*/
    background: #00507e;
    height: 100px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

    .header.fixed {
        background: #00507e;
        height: 80px;
        position: fixed;
    }

    .header .bottom .left.fixed {
        position: relative;
        top: 8px;
    }

.list-of-property-menu.fixed {
    top: 100px;
}

.header .bottom .right .menu-links.fixed {
    top: 0;
}

.header .bottom .right .login-box.fixed {
    top: 100px;
}


.header.fixed .top .social-links li a {
    font-size: 16px;
}

.header.fixed .top .social-links {
    margin: 5px 0;
}

.header.fixed .bottom .right .menu-links img {
    height: 25px;
    width: 25px;
}

.header.fixed .download-mob img {
    height: 30px !important;
    width: 30px !important;
}

.header.fixed .bottom .right .menu-links li a {
    font-size: 16px;
}

.header.fixed .bottom .left {
    position: absolute;
    top: -36px;
}

.header.fixed .black-logo {
    height: 65px;
    width: 163px;
}

.tel-no {
    font-size: 16px;
    font-weight: bold;
}

.header .top .social-links {
    font-size: 15px;
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
}

    .header .top .social-links li {
        display: inline-block;
        margin: 0 0 0 20px;
    }

        .header .top .social-links li a {
            font-size: 18px;
            text-decoration: none;
        }

        .header .top .social-links li a,
        .header .top .social-links li p {
            color: #fff;
        }

.fb-si .fa, .tw-si .fa, .rs-si .fa, .yt-si .fa, .pi-si .fa, .gp-si .fa {
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

    .fb-si .fa:hover, .tw-si .fa:hover, .rs-si .fa:hover, .yt-si .fa:hover, .pi-si .fa:hover, .gp-si .fa:hover {
        -webkit-transform: scale(1.3, 1.3);
        -moz-transform: scale(1.3, 1.3);
        -ms-transform: scale(1.3, 1.3);
        -o-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }

    .fb-si .fa:hover {
        color: #4e71a8;
    }

    .tw-si .fa:hover {
        color: #1CB7EB;
    }

    .rs-si .fa:hover {
        color: #F88C31;
    }

    .yt-si .fa:hover {
        color: #D72A25;
    }

    .pi-si .fa:hover {
        color: #CA3737;
    }

    .gp-si .fa:hover {
        color: #D76753;
    }

.header .bottom {
    position: relative;
}

    .header .bottom .left {
        position: absolute;
        top: -50px;
    }

    .header .bottom .right .menu-links {
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: relative;
        top: -5px;
    }

        .header .bottom .right .menu-links li {
            display: inline-block;
            margin: 0 0 0 40px;
        }

            .header .bottom .right .menu-links li a {
                color: #fff;
                font-size: 18px;
                text-decoration: none;
            }

.list-of-property-menu ul li a .fa {
    color: #fff100;
    font-size: 11px;
    padding-right: 5px;
}

.header .white-logo {
    display: none;
}


.side-menu {
    background: #2a2a2b;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: -320px;
    top: 0;
    width: 320px;
    z-index: 2000;
}

.side-menu-close {
    display: block;
    float: right;
    margin: 20px;
}

.list-of-property-open {
    position: relative;
}

.list-of-property-menu {
    background: #2a2a2b;
    -webkit-box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
    box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
    display: none;
    height: auto;
    left: -365px;
    line-height: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    position: absolute;
    text-align: left;
    top: 48px;
    width: 620px;
}

    .list-of-property-menu ul {
        height: 130px;
        margin-bottom: 10px;
        overflow: hidden;
        padding: 0;
    }

        .list-of-property-menu ul li {
            display: block !important;
            line-height: 16px;
            margin: 0 !important;
        }

            .list-of-property-menu ul li a {
                color: #ffffff !important;
                font-family: "Muli",sans-serif;
                font-size: 14px !important;
            }

        .list-of-property-menu ul h4 {
            border-bottom: 1px solid #3a3a3b;
            color: #fff100;
            font-size: 16px;
            font-weight: bold;
            padding-bottom: 10px;
            position: relative;
        }

            .list-of-property-menu ul h4::before {
                background: #fff100;
                bottom: -2px;
                content: "";
                height: 3px;
                position: absolute;
                -webkit-transition: all 1s linear 0s;
                -moz-transition: all 1s linear 0s;
                -ms-transition: all 1s linear 0s;
                -o-transition: all 1s linear 0s;
                transition: all 1s linear 0s;
                width: 40px;
            }

            .list-of-property-menu ul h4:hover::before {
                width: 100%;
            }


.header.fixed .list-of-property-menu {
    top: 42px;
}

.download-mob img {
    height: 42px;
    width: 42px;
}


.login-box {
    background: #2a2a2b;
    -webkit-box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
    box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
    display: none;
    right: 0;
    line-height: 30px;
    padding: 20px;
    position: absolute;
    text-align: left;
    top: 77px;
    width: 320px;
}

    .login-box .login-close {
        margin-bottom: 15px;
    }

    .login-box input {
        border-radius: 0 !important;
        font-size: 18px;
        height: 50px !important;
    }

    .login-box input {
        border: 0 none;
        border-radius: 0;
        font-size: 18px;
        height: 50px;
    }

        .login-box input[type="submit"] {
            background: #fff100;
            color: #000000;
            height: 50px;
        }


.header.fixed .login-box {
    top: 67px;
}

.download-app {
    width: 50px;
    height: 50px;
    background: url("../img/download-app-sprite.html");
    -webkit-animation: download-app-anim 4s steps(49) infinite;
    -moz-animation: download-app-anim 4s steps(49) infinite;
    -ms-animation: download-app-anim 4s steps(49) infinite;
    -o-animation: download-app-anim 4s steps(49) infinite;
    animation: download-app-anim 4s steps(49) infinite;
    display: inline-block;
    position: relative;
    top: 14px;
}

@-webkit-keyframes download-app-anim {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -2450px;
    }
}

@-moz-keyframes download-app-anim {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -2450px;
    }
}

@-ms-keyframes download-app-anim {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -2450px;
    }
}

@-o-keyframes download-app-anim {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -2450px;
    }
}

@keyframes download-app-anim {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -2450px;
    }
}


/*Ends Hedaer css*/


/*Starts Banner Css*/

.banner {
    position: relative;
    margin-top: 100px;
}

    .banner .slider .item img {
        display: block;
        width: 100%;
        height: auto;
    }

    .banner .intro {
        background: #303030;
        color: #fff;
        /*font-family: "comfortaaregular";*/
        margin-top: -40px;
        padding: 30px 0 0;
    }

        .banner .intro .intro-bg {
            background: rgba(0, 0, 0, 0) url("../img/banner-intro-bg.html") no-repeat scroll center bottom;
            height: 45px;
        }

    /*.banner .search {
  background: rgba(0, 0, 0, 0.5);
  bottom: 230px;
  font-family: 'comfortaaregular';
  max-width: 1170px;
  padding: 13px;
  position: absolute;
  width: 100%;
  z-index: 100;
}*/

    .banner .search {
        position: relative;
        top: -130px;
        z-index: 100;
        background: rgba(0, 0, 0, 0.5);
        padding: 13px;
    }

        .banner .search .form-group {
            margin: 0;
        }

            .banner .search .form-group .form-control,
            .banner .search .form-group input.btn {
                border-radius: 0;
            }

            .banner .search .form-group select {
                background: #ffffff url("../img/search-caret-icon.html") no-repeat scroll 90% 20px;
                font-size: 20px;
                height: 50px;
                -webkit-appearance: none;
                -moz-appearance: none;
                -ms-appearance: none;
                -o-appearance: none;
                appearance: none;
            }

            .banner .search .form-group input.btn {
                background-color: #027cc5;
                border-color: #027cc5;
                font-size: 20px;
                height: 50px;
                line-height: 35px;
            }

    .banner .caption {
        background: rgba(0, 0, 0, 0.5);
        color: #ffffff;
        left: 8%;
        max-width: 280px;
        padding: 10px;
        position: absolute;
        text-align: center;
        top: 30%;
        /*-webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
        width: 50%;
        z-index: 10000;
    }

        .banner .caption h1 {
            color: #32abe6;
            /*font-family: "comfortaabold";*/
            margin: 0 0 10px;
            text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.3);
        }

            .banner .caption h1 span {
                color: #027CC5;
                text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.3);
            }

        .banner .caption h4,
        .banner .caption h5 {
            /*font-family: 'comfortaabold';*/
            margin: 0 0 10px;
            text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.3);
        }

    .banner .owl-pagination .owl-page.active span {
        background: #00507E;
    }

    .banner .search .col-md-3.col-sm-3.col-xs-6 {
        width: 20%;
    }


/*Ends Banner Css*/


/*Starts Ctaegories Css*/

.categories {
    /*font-family: "comfortaaregular";*/
}

    .categories .slider {
        margin: 55px 0;
    }

        .categories .slider .owl-controls .owl-buttons div {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            color: #003b63;
            font-size: 0;
        }

        .categories .slider .owl-prev::before {
            color: #c0c0c0;
            content: "ï„„";
            font-family: fontawesome;
            font-size: 50px;
            left: 10px;
            position: absolute;
            top: -35px;
        }

        .categories .slider .owl-next::before {
            color: #c0c0c0;
            content: "ï„…";
            font-family: fontawesome;
            font-size: 50px;
            position: absolute;
            right: 10px;
            top: -35px;
        }

        .categories .slider .owl-prev::before {
            left: 0;
            top: 55px;
        }

        .categories .slider .owl-next::before {
            right: 0;
            top: 55px;
        }

        .categories .slider .item a {
            color: #00a0ff;
            text-decoration: none;
        }

/*.categories .slider .item .icon-residential::before {
  content: url("../img/residential-ctg-blue-icon.png");
}

.categories .slider .item .icon-commercial::before {
  content: url("../img/commercial-ctg-blue-icon.png");
}

.categories .slider .item .icon-mall::before {
  content: url("../img/mall-ctg-blue-icon.png");
}

.categories .slider .item .icon-country-homes::before {
  content: url("../img/country-homes-ctg-blue-icon.png");
}

.categories .slider .item .icon-studio-apartments::before {
  content: url("../img/studio-apartments-ctg-blue-icon.png");
}

.categories .slider .item .icon-club::before {
  content: url("../img/club-ctg-blue-icon.png");
}

.categories .slider .item .icon-resort::before {
  content: url("../img/resort-ctg-blue-icon.png");
}

.categories .slider .item .icon-leisure::before {
  content: url("../img/leisure-ctg-blue-icon.png");
}

.categories .slider .item .icon-jv-projects::before {
  content: url("../img/jv-projects-ctg-blue-icon.png");
}


.categories .slider .item .icon-wrapper .icon.icon-residential:hover:before {
  content: url("../img/residential-ctg-white-icon.png");
}

.categories .slider .item .icon-wrapper .icon.icon-commercial:hover:before {
  content: url("../img/commercial-ctg-white-icon.png");
}

.categories .slider .item .icon-wrapper .icon.icon-mall:hover:before {
  content: url("../img/mall-ctg-white-icon.png");
}

.categories .slider .item .icon-wrapper .icon.icon-country-homes:hover:before {
  content: url("../img/country-homes-ctg-white-icon.png");
}

.categories .slider .item .icon-wrapper .icon.icon-studio-apartments:hover:before {
  content: url("../img/studio-apartments-ctg-white-icon.png");
}

.categories .slider .item .icon-wrapper .icon.icon-club:hover:before {
  content: url("../img/club-ctg-white-icon.png");
}

.categories .slider .item .icon-wrapper .icon.icon-resort:hover:before {
  content: url("../img/resort-ctg-white-icon.png");
}

.categories .slider .item .icon-wrapper .icon.icon-leisure:hover:before {
  content: url("../img/leisure-ctg-white-icon.png");
}

.categories .slider .item .icon-wrapper .icon.icon-jv-projects:hover:before {
  content: url("../img/jv-projects-ctg-white-icon.png");
}*/

/*Ends Ctaegories Css*/


/*Starts Upcoming Projects Css*/

.upcoming-projects .gallery .left,
.upcoming-projects .gallery .middle.upcoming-projects .gallery .right {
    height: 592px;
    overflow: hidden;
}

.upcoming-projects .gallery {
    margin-top: 60px;
}

    .upcoming-projects .gallery .tile {
        position: relative;
        overflow: hidden;
    }

        .upcoming-projects .gallery .tile img {
            width: 100%;
            -webkit-transition: all 0.5s linear;
            -moz-transition: all 0.5s linear;
            -ms-transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
        }

        .upcoming-projects .gallery .tile:hover a > img {
            -webkit-transform: scale(1.5, 1.5);
            -moz-transform: scale(1.5, 1.5);
            -ms-transform: scale(1.5, 1.5);
            -o-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
        }

        .upcoming-projects .gallery .tile h4 {
            background: #00a0ff;
            border-top: 3px solid #cad447;
            bottom: 0;
            color: #ffffff;
            /*font-family: comfortaaregular;*/
            height: 40px;
            line-height: 35px;
            margin: 0;
            overflow: hidden;
            padding: 0 21px;
            position: absolute;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%;
        }

            .upcoming-projects .gallery .tile h4 a {
                color: #fff;
                text-decoration: none;
            }

    .upcoming-projects .gallery .middle .tile.mbottom {
        margin-bottom: 10px;
    }

    .upcoming-projects .gallery .tile .triangle-icon {
        bottom: 37px;
        display: table;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        width: 51px;
    }

        .upcoming-projects .gallery .tile .triangle-icon img {
            height: 29px;
            width: 51px !important;
        }

    .upcoming-projects .gallery .middle .tile.mbottom {
        margin-bottom: 30px;
    }

    .upcoming-projects .gallery .view-more {
        margin: 10px 0 30px;
    }

        .upcoming-projects .gallery .view-more a {
            border: 1px solid #00a0ff;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -ms-border-radius: 30px;
            -o-border-radius: 30px;
            border-radius: 30px;
            color: #00a0ff;
            display: inline-block;
            padding: 10px 30px;
            text-decoration: none;
        }


/*Ends Upcoming Projects Css*/


/*Starts Great Deals Css*/

.great-deals {
    /*background: rgba(0, 0, 0, 0) url("../img/city-graphic1.jpg") no-repeat scroll center center / cover;*/
    /*padding: 124px 0;*/
    /*height: 797px;*/
}

    .great-deals p {
        color: #000;
        /*line-height: 30px;*/
        text-align: justify;
    }

    .great-deals img {
        width: 100%;
    }


/*Closed Great Deals Css*/


/*Starts Featured Properties Css*/

.featured-properties {
    /*font-family: 'comfortaaregular';*/
}

.featured-properties-container {
    margin-top: 30px;
}


.featured-properties .top .left {
    float: left;
    width: 50%;
}

/*.featured-properties .top .middle {
  float: left;
  width: 25%;
}*/

.featured-properties .top .right {
    float: left;
    width: 50%;
}

.featured-properties .bottom .left {
    float: left;
    width: 50%;
}

.featured-properties .bottom .right {
    float: left;
    width: 50%;
}

.featured-properties .top .grid .left figure {
    cursor: default;
}

.featured-properties .grid {
    position: relative;
    text-align: center;
    overflow: hidden;
    clear: both;
}


    /* Common style */

    .featured-properties .grid figure {
        position: relative;
        text-align: center;
        /*cursor: pointer;*/
        height: 482px;
    }

        .featured-properties .grid figure img {
            position: relative;
            display: block;
            height: 482px;
            width: 100%;
            opacity: 0.8;
        }

        .featured-properties .grid figure figcaption {
            padding: 2em;
            color: #fff;
            font-size: 1.25em;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            -o-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .featured-properties .grid figure figcaption::before,
            .featured-properties .grid figure figcaption::after {
                pointer-events: none;
            }

            .featured-properties .grid figure figcaption,
            .featured-properties .grid figure figcaption > a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }


                /* Anchor will cover the whole item by default */


                /* For some effects it will show as a button */

                .featured-properties .grid figure figcaption > a {
                    z-index: 1000;
                    text-indent: 200%;
                    white-space: nowrap;
                    font-size: 0;
                    opacity: 0;
                }

        .featured-properties .grid figure h2 {
            word-spacing: -0.15em;
            font-weight: 300;
            color: #000;
        }

            .featured-properties .grid figure h2 span {
                font-weight: 800;
            }

        .featured-properties .grid figure h2,
        .featured-properties .grid figure p {
            margin: 0;
        }

        .featured-properties .grid figure p {
            letter-spacing: 1px;
            font-size: 24px;
        }


/* Individual effects */


/***** Oscar *****/

.featured-properties figure.effect-oscar {
    background-image: -webkit-linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
    background-image: -moz-linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
    background-image: -ms-linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
    background-image: -o-linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
    background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
}

    .featured-properties figure.effect-oscar img {
        opacity: 0.9;
        -webkit-transition: opacity 0.35s;
        -moz-transition: opacity 0.35s;
        -ms-transition: opacity 0.35s;
        -o-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    .featured-properties figure.effect-oscar figcaption {
        padding: 10px;
        -webkit-transition: background-color 0.35s;
        -moz-transition: background-color 0.35s;
        -ms-transition: background-color 0.35s;
        -o-transition: background-color 0.35s;
        transition: background-color 0.35s;
    }

        .featured-properties figure.effect-oscar figcaption::before {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            content: '';
        }

.featured-properties .top .left figcaption {
    position: relative;
}

.featured-properties figure.effect-oscar h2 {
    left: 50%;
    position: absolute;
    top: -50%;
    transform: translate(-50%, -50%);
}

.featured-properties figure.effect-oscar figcaption::before,
.featured-properties figure.effect-oscar p, .featured-properties figure.effect-oscar .featured-logo {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -webkit-transition: opacity 0.35s, transform 0.35s;
    -moz-transition: opacity 0.35s, transform 0.35s;
    -ms-transition: opacity 0.35s, transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.featured-properties figure.effect-oscar:hover figcaption::before,
.featured-properties figure.effect-oscar:hover p,
.featured-properties figure.effect-oscar:hover .featured-logo {
    opacity: 1;
    -webkit-transform: translate(0%, 100%) scale(1);
    -moz-transform: translate(0%, 100%) scale(1);
    -ms-transform: translate(0%, 100%) scale(1);
    -o-transform: translate(0%, 100%) scale(1);
    transform: translate(0%, 100%) scale(1);
}

.featured-properties figure.effect-oscar:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}

.featured-properties figure.effect-oscar:hover img {
    opacity: 0.4;
}

.featured-properties figure.effect-oscar img.search-icon {
    width: 64px;
    height: 64px;
    display: table;
    opacity: 1;
    margin: 0 auto;
}

.featured-properties figure.effect-oscar:hover img.search-icon {
    width: 64px;
    height: 64px;
    display: table;
    opacity: 1;
    margin: 0 auto;
}


.featured-logo {
    background: #ffffff none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.5);
    height: 100px;
    left: 50%;
    line-height: 100px;
    position: absolute;
    text-align: center;
    top: 75%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    width: 100px;
}

    /*.featured-logo div {
        display: table;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 25px;
    }*/
    .featured-logo div {
        left: 50%;
        position: absolute;
        right: 50%;
        top: 25px;
        transform: translate(-33px, 0px);
        -webkit-transform: translate(-33px, 0px);
        -moz-transform: translate(-33px, 0px);
        -ms-transform: translate(-33px, 0px);
        -o-transform: translate(-33px, 0px);
    }

        .featured-logo div img {
            height: 50px !important;
            line-height: 100px;
            object-fit: contain;
            opacity: 1 !important;
            width: 70px !important;
        }

/*Ends Featured Properties Css*/


/*Starts Mobile App Download*/

.mobile-app-download {
    width: 380px;
    height: 510px;
    background: url("../img/mob-sprite.html");
    -webkit-animation: mobile-app-download-anim 4s steps(76) infinite;
    -moz-animation: mobile-app-download-anim 4s steps(76) infinite;
    -ms-animation: mobile-app-download-anim 4s steps(76) infinite;
    -o-animation: mobile-app-download-anim 4s steps(76) infinite;
    animation: mobile-app-download-anim 4s steps(76) infinite;
    display: inline-block;
    position: relative;
    top: 14px;
}

@-webkit-keyframes mobile-app-download-anim {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -38760px;
    }
}

@-moz-keyframes mobile-app-download-anim {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -38760px;
    }
}

@-ms-keyframes mobile-app-download-anim {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -38760px;
    }
}

@-o-keyframes mobile-app-download-anim {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -38760px;
    }
}

@keyframes mobile-app-download-anim {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -38760px;
    }
}

.mobile-download-app {
    padding: 50px 0;
}

    .mobile-download-app h5 {
        /*font-family: 'comfortaaregular';*/
    }

    .mobile-download-app p {
        margin: 45px 0 0 0;
    }

    .mobile-download-app .form {
        clear: both;
        /*font-family: 'comfortaaregular';*/
        overflow: hidden;
        border-bottom: 2px solid #000;
        margin: 50px 0;
    }

        .mobile-download-app .form label {
            color: #00a0ff;
            float: left;
            font-size: 42px;
            font-weight: normal;
            width: 10%;
        }

        .mobile-download-app .form input {
            border: 0;
            color: #00a0ff;
            font-size: 48px;
            float: right;
            outline: 0;
            width: 87%;
        }

    .mobile-download-app .get-app-btn a {
        background: #00a0ff;
        color: #fff;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        display: inline-block;
        /*font-family: 'comfortaaregular';*/
        padding: 10px 30px;
        text-decoration: none;
    }


/*Ends Mobile App Download*/


/*Starts Horizen Css*/

.horizon {
    background-attachment: fixed;
    background-clip: border-box, border-box;
    background-color: rgba(0, 0, 0, 0.60);
    background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url("../img/horizon-bg.html");
    background-origin: padding-box, padding-box;
    background-position: center center;
    background-repeat: repeat, no-repeat;
    background-size: cover;
    padding: 60px 0;
}

    .horizon p {
        color: #ffffff;
        line-height: 30px;
        text-align: justify;
    }

    .horizon h2 {
        color: #ffffff;
    }


/*Closed Horizen Css*/


/*Starts Services Css*/

.services {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 85px 0;
}

    .services .item {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 5px;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
        padding: 40px;
        text-align: center;
        border-bottom: 10px solid #00a0ff;
    }

        .services .item .icon, .categories .item .icon {
            border: 2px solid #00a0ff;
            border-radius: 50%;
            display: block;
            height: 200px;
            margin: 0 auto;
            position: relative;
            transition: all 0.5s ease 0s;
            width: 200px;
        }

            .services .item .icon img, .categories .item .icon img {
                display: block;
                height: auto;
                left: 50%;
                margin: 0 auto;
                max-width: 70%;
                position: absolute;
                top: 50%;
                transform: translate(-50%, -50%);
            }

                .services .item .icon img:hover, .categories .item .icon img:hover {
                    transition: all 0.5s ease 0s;
                }

        .services .item h2 {
            color: #00a0ff;
            font-size: 30px;
            line-height: 32px;
        }

        .services .item p {
            margin-top: 25px;
            text-align: justify;
        }

        .services .item h2 span {
            color: #00a0ff;
            text-transform: uppercase;
        }

        .services .item a {
            color: #00a0ff;
            display: block;
            font-size: 24px;
            margin-top: 25px;
            text-align: center;
            text-transform: capitalize;
        }

            .services .item a:hover {
                text-decoration: none;
            }

            .services .item a:focus {
                outline: medium none;
                text-decoration: none;
            }


        .services .item .icon:hover, .categories .item .icon:hover {
            background: #00a0ff;
        }

        .services .item .icon::before, .categories .item .icon::before {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            -webkit-box-shadow: 0 0 0 2px #00507e;
            -moz-box-shadow: 0 0 0 2px #00507e;
            -ms-box-shadow: 0 0 0 2px #00507e;
            -o-box-shadow: 0 0 0 2px #00507e;
            box-shadow: 0 0 0 2px #00507e;
            content: "";
            height: 100%;
            left: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            -webkit-transform: scale(0.8);
            -moz-transform: scale(0.8);
            -ms-transform: scale(0.8);
            -o-transform: scale(0.8);
            transform: scale(0.8);
            -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
            -moz-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
            -ms-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
            -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
            transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
            width: 100%;
        }

        .services .item .icon:hover::before, .categories .item .icon:hover::before {
            opacity: 1;
            -webkit-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .services .item .icon:hover img.white, .categories .item .icon:hover img.white {
            height: auto;
            opacity: 1;
        }

        .services .item .icon img.white, .categories .item .icon img.white {
            height: 0;
            opacity: 0;
        }

        .services .item .icon:hover img.blue, .categories .item .icon:hover img.blue {
            height: 0;
            opacity: 0;
        }


/*Closed Services Css*/


/*Starts Our Blogs Css*/

.our-blogs {
    background: #c9dff3;
    position: relative;
}

.our-blogs-container {
    margin: 60px 0;
}

.our-blogs .tile {
    background: #f2f2f2;
    border-top: 5px solid #111111;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

    .our-blogs .tile a {
        color: #00a0ff;
        text-decoration: none;
        outline: none;
    }

    .our-blogs .tile .tile-img {
        height: 140px;
        overflow: hidden;
        position: relative;
    }

    .our-blogs .tile:hover .tile-img img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }

    .our-blogs .tile img {
        height: 100%;
        max-width: 100%;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        width: 100%;
    }

    .our-blogs .tile .tile-date {
        background: rgba(0, 0, 0, 0.9);
        bottom: 0;
        left: 0;
        padding: 10px;
        position: absolute;
        width: 100%;
    }

        .our-blogs .tile .tile-date ul {
            clear: both;
            list-style-type: none;
            margin: 0;
            overflow: hidden;
            padding: 0;
        }

            .our-blogs .tile .tile-date ul li {
                color: #fff;
                float: left;
                font-size: 12px;
                width: 50%;
            }

                .our-blogs .tile .tile-date ul li i {
                    color: #ffff00;
                    margin-right: 5px;
                }

                .our-blogs .tile .tile-date ul li a {
                    color: #ffffff;
                    cursor: default;
                    text-decoration: none;
                }

    .our-blogs .tile .tile-content {
        padding: 10px;
    }

        .our-blogs .tile .tile-content h4 {
            color: #111111;
            font-size: 18px;
        }

        .our-blogs .tile .tile-content p {
            color: #333;
            font-size: 16px;
            margin-bottom: 20px;
            -webkit-transition: all 0.5s ease-in-out 0s;
            -moz-transition: all 0.5s ease-in-out 0s;
            -ms-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s;
        }

        .our-blogs .tile .tile-content h5 {
            color: #00a0ff;
            font-size: 16px;
            text-transform: capitalize;
        }

        .our-blogs .tile .tile-content a i {
            -webkit-transition: all 0.5s ease-in-out 0s;
            -moz-transition: all 0.5s ease-in-out 0s;
            -ms-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s;
        }

/*.our-blogs {
    background: rgba(0, 0, 0, 0) url("../img/our-blog-bg.png") no-repeat scroll center center;
    height: 898px;
    padding-top: 100px;
    position: relative;
}*/

/*.our-blogs .slider {
        margin-top: 60px;
        width: 70%;
    }

        .our-blogs .slider .item .desc h4 {
            margin-top: 0;
            font-size: 24px;
         
        }

        .our-blogs .slider .item .desc p a {
            color: #00a0ff;
            text-decoration: none;
        }

    .our-blogs .owl-pagination {
        position: absolute;
        right: 0;
        top: -50px;
    }

        .our-blogs .owl-pagination .owl-page.active span {
            background: #00a0ff;
        }

    .our-blogs .image {
        border: 1px solid #00a0ff;
        height: 120px;
    }

        .our-blogs .image img {
            height: 100%;
            width: 100%;
        }*/
/*Ends Our Blogs Css*/


/*Ends Mostly Searched Properties Css*/

.mostly-searched-properties {
    padding: 100px 0;
}

    .mostly-searched-properties .slider {
        margin-top: 50px;
    }

        .mostly-searched-properties .slider .tile {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            height: 160px;
            margin: 10px;
            overflow: hidden;
            position: relative;
        }

            .mostly-searched-properties .slider .tile img {
                display: block;
                height: 100%;
                width: 100%;
            }

            .mostly-searched-properties .slider .tile h4 {
                background: rgba(0, 0, 0, 0.5);
                -webkit-border-bottom-left-radius: 10px;
                -moz-border-bottom-left-radius: 10px;
                -ms-border-bottom-left-radius: 10px;
                -o-border-bottom-left-radius: 10px;
                border-bottom-left-radius: 10px;
                -webkit-border-bottom-right-radius: 10px;
                -moz-border-bottom-right-radius: 10px;
                -ms-border-bottom-right-radius: 10px;
                -o-border-bottom-right-radius: 10px;
                border-bottom-right-radius: 10px;
                bottom: 0;
                color: #ffffff;
                font-size: 18px;
                margin: 0;
                padding: 10px 5px;
                position: absolute;
                width: 100%;
            }


/*Ends Mostly Searched Properties Css*/


/*Starts Footer Css*/

.footer {
    background: rgba(0, 0, 0, 0) url("../img/footer-bg.html") no-repeat scroll center center;
    padding: 80px 0 10px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}

    .footer .top ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .footer .top ul h2 {
            color: #ffffff;
            /*font-family: 'comfortaaregular';*/
            line-height: 60px;
            margin: 0 0 20px;
        }

        .footer .top ul li {
            margin-bottom: 10px;
        }

            .footer .top ul li a {
                color: #ffffff;
                font-size: 24px;
                text-decoration: none;
            }

        .footer .top ul .social-links ul li {
            display: inline-block;
            margin-bottom: 0;
            margin-right: 15px;
        }

            .footer .top ul .social-links ul li:last-child {
                margin-right: 0;
            }

    .footer .bottom {
        padding-top: 200px;
    }

        .footer .bottom .copyright span {
            color: #ffffff;
            font-size: 24px;
        }

.copy-designs {
    font-size: 14px !important;
}

.footer .bottom .copyright span a {
    color: #00a0ff;
    text-decoration: none;
}

.footer .top ul .subscribe {
    margin: 30px 0;
}

    .footer .top ul .subscribe p {
        color: #ffffff;
        margin-bottom: 20px;
    }

    .footer .top ul .subscribe .input-wrapper {
        clear: both;
        overflow: hidden;
        position: relative;
    }

        .footer .top ul .subscribe .input-wrapper input[type="text"] {
            background: #ffffff none repeat scroll 0 0;
            border: 1px solid #00a0ff;
            -webkit-border-bottom-left-radius: 30px;
            -moz-border-bottom-left-radius: 30px;
            -ms-border-bottom-left-radius: 30px;
            -o-border-bottom-left-radius: 30px;
            border-bottom-left-radius: 30px;
            -webkit-border-top-left-radius: 30px;
            -moz-border-top-left-radius: 30px;
            -ms-border-top-left-radius: 30px;
            -o-border-top-left-radius: 30px;
            border-top-left-radius: 30px;
            float: left;
            height: 58px;
            padding: 0 20px;
            width: 180px;
        }

        .footer .top ul .subscribe .input-wrapper input[type="submit"] {
            background: url("../img/subscribe-arrow-icon-bg.html");
            border: 0 none;
            height: 58px;
            padding: 0;
            position: absolute;
            right: 25px;
            text-indent: -9999px;
            top: 0;
            width: 85px;
        }


/*Ends Footer Css*/


/*Starts Inner Page Common Css*/

.main-content-container {
    /*margin-bottom: 50px;*/
    position: relative;
    top: 0;
}

.innerpage-banner .bg {
    /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 500px;
    margin-top: 100px;
    position: relative;
}


    .innerpage-banner .bg > img {
        height: 100%;
        width: 100%;
    }

    .innerpage-banner .bg .title {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .innerpage-banner .bg .title h1 {
            color: #ffffff;
            /*font-family: comfortaaregular;*/
            margin-bottom: 20px;
            text-shadow: 0 2px 3px rgba(0, 0, 0, 0.9);
        }

        .innerpage-banner .bg .title a {
            text-decoration: none;
        }

        .innerpage-banner .bg .title a,
        .innerpage-banner .bg .title .fa {
            color: #ffffff;
        }

        .innerpage-banner .bg .title span {
            color: #fff100;
        }

.innerpage-form .form {
    background: #dcdcdc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 20px;
    position: relative;
    top: -100px;
}

    .innerpage-form .form h4 {
        /*font-family: "comfortaaregular";*/
        font-size: 24px;
        margin: 0 0 30px;
        position: relative;
        top: 0;
    }

        .innerpage-form .form h4::before {
            background: #333333;
            bottom: -10px;
            content: "";
            height: 2px;
            position: absolute;
            width: 40px;
        }

    .innerpage-form .form .form-group select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        background: #ffffff url("../img/search-caret-icon.html") no-repeat scroll 95% 20px;
        font-size: 20px;
        height: 50px;
    }

    .innerpage-form .form .form-group .form-control,
    .innerpage-form .form .form-group input.btn {
        border-radius: 0;
    }

    .innerpage-form .form .form-group input.btn {
        /*background-color: #027cc5;
  border-color: #027cc5;*/
        background-color: #00a0ff;
        border-color: #00a0ff;
        display: table;
        font-size: 20px;
        height: 50px;
        line-height: 35px;
        margin: 0 auto;
        position: relative;
        top: 10px;
        width: 200px;
    }

.filter-box-shadow {
    background-image: url("../img/filter-box-shadow.html");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80px;
    position: relative;
    top: -100px;
    width: 100%;
}

/*.main-margin {
  margin: 110px 95px 105px 105px;
}*/

/*.main-margin {
  margin-top: 130px;
}*/

.main-margin {
    margin-bottom: 20px;
    margin-top: 20px;
}


.divider {
    margin: 30px 0;
}

    .divider span {
        background: #b5b2b1;
    }

        .divider span:nth-child(1) {
            display: inline-block;
            height: 2px;
            width: 10px;
        }

        .divider span:nth-child(2) {
            display: inline-block;
            height: 2px;
            width: 30px;
        }

        .divider span:nth-child(3) {
            border-radius: 50%;
            display: inline-block;
            height: 8px;
            position: relative;
            top: 3px;
            width: 8px;
        }

        .divider span:nth-child(4) {
            border-radius: 50%;
            display: inline-block;
            height: 15px;
            position: relative;
            top: 5px;
            width: 15px;
        }

        .divider span:nth-child(5) {
            border-radius: 50%;
            display: inline-block;
            height: 8px;
            position: relative;
            top: 3px;
            width: 8px;
        }

        .divider span:nth-child(6) {
            display: inline-block;
            height: 2px;
            width: 30px;
        }

        .divider span:nth-child(7) {
            display: inline-block;
            height: 2px;
            width: 10px;
        }

.main-content-container p {
    margin-bottom: 20px;
    font-size: 18px;
}

.main-content-container h4 {
    margin-bottom: 20px;
    margin-top: 0;
}

.main-margin .panel {
    margin-bottom: 0;
}

.main-content-container ul.para-list, .text-left-imp ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .main-content-container ul.para-list li, .text-left-imp ul li {
        background: rgba(0, 0, 0, 0) url("../img/tick-icon.html") no-repeat scroll 0 4px;
        line-height: 30px;
        margin-bottom: 15px;
        padding-left: 40px;
    }

.main-content-container label {
    font-size: 14px;
}


/*Ends Inner Page Common Css*/


/*Starts Search Page*/

.search-page .glyphicon {
    margin-right: 5px;
}

.search-page .well a {
    font-size: 16px;
}

.search-page .tile {
    border-radius: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
    padding: 10px;
}

.search-page .item.list-group-item {
    background-color: #ffffff;
    border: 0 none;
    float: none;
    margin-bottom: 20px;
    width: 100%;
}

.search-page .tile .image {
    height: 160px;
    margin: -10px -10px 10px;
    position: relative;
}

    .search-page .tile .image .resdent-text {
        background: #000000;
        color: #ffffff;
        font-size: 16px;
        padding: 5px 10px;
        position: absolute;
        text-align: center;
        top: 0;
    }

.search-page .logo {
    background: rgba(0, 0, 0, 0.4);
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

    .search-page .logo img {
        height: 100px !important;
        margin: 0 auto;
        width: 130px !important;
    }

.search-page .tile .image img {
    height: 100%;
    width: 100%;
}

.search-page .item.list-group-item .tile {
    height: 300px;
    margin-bottom: 0;
    overflow: hidden;
}

.search-page .item.list-group-item .image {
    float: left;
    height: 300px;
    width: 30%;
}

.search-page .item.list-group-item .caption {
    float: right;
    width: 68%;
}

.search-page .tile .caption h4 {
    margin: 10px 0 0 0;
}

    .search-page .tile .caption h4 a {
        color: #000000;
        font-size: 24px;
        text-decoration: none;
    }

.search-page .tile .caption h5 {
    color: #00afff;
    font-size: 20px;
    margin-bottom: 10px;
}

.search-page .tile .caption h5 {
    color: #00afff;
    font-size: 20px;
}

.search-page .tile .caption p {
    font-size: 16px;
    /*height: 60px;*/
    margin-bottom: 10px;
    /*overflow: hidden;*/
}

    .search-page .tile .caption p .fa {
        color: #00afff;
        margin-right: 10px;
    }

.search-page .tile .property-attributes {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .search-page .tile .property-attributes span {
        color: #666666;
        font-size: 18px;
        margin-right: 20px;
    }

        .search-page .tile .property-attributes span .fa {
            color: #00afff;
            margin-right: 10px;
        }

.search-page .tile .property-location span {
    color: #666666;
    font-size: 18px;
    margin-right: 20px;
}

.search-page .tile .property-location {
    margin-bottom: 10px;
}

    .search-page .tile .property-location span .fa {
        color: #00afff;
        margin-right: 10px;
    }


/*.search-page .item.list-group-item:nth-of-type(odd) {
  background: #eeeeee;
}*/


/*.search-page .item.list-group-item:before,
.item.list-group-item:after {
  display: table;
  content: " ";
}*/

.search-page .item.list-group-item img {
    float: left;
    height: 100%;
    width: 100%;
}

.search-page .item.list-group-item .logo img {
    float: none;
}


/*Ends Search Page*/


/*Starts MD Speake Page*/

.md-box {
    background-color: #ffffff;
    border: 1px solid #dedede;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    padding: 20px;
}

    .md-box .speak-md h4 {
        margin: 0;
        padding-bottom: 15px;
        text-align: center;
    }

    .md-box .agent-pic {
        border: 1px solid #f2f2f2;
        padding: 10px;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
        -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
        -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
        -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    }

    .md-box .agent-content p {
        text-align: justify;
    }

    .md-box .section-title {
        margin-bottom: 10px;
        position: relative;
        text-align: center;
    }

    .md-box .opacity-text {
        color: #f4f4f4;
        font-size: 50px;
        left: 0;
        letter-spacing: 4px;
        position: absolute;
        right: 0;
        top: -27px;
        z-index: 1;
    }

    .md-box .section-title h2 {
        font-size: 26px;
        line-height: 26px;
        margin: 0;
        position: relative;
        z-index: 2;
    }


/*Ends MD Speake Page*/


/*Starts Testimonials Page*/

.testi-wrapper .testimonial-img img {
    border-radius: 50%;
    display: inline-block;
    height: 125px;
    width: 125px;
    border: 5px solid #eeeeee;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
}

    .testi-wrapper .testimonial-img img:hover {
        border-color: #FFF;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

.testi-wrapper {
    margin-top: 25px;
    text-align: center;
}

    .testi-wrapper .testimonial-img {
        display: table;
        margin: 0 auto 15px;
    }

    .testi-wrapper .testimonial-author span {
        background-color: #394041;
        display: table;
        height: 1px;
        margin: 0 auto;
        width: 12%;
    }

    .testi-wrapper .testimonial-author p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .testi-wrapper .testimonial-author h4 {
        border-bottom: 1px solid #333333;
        display: inline-block;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .testi-wrapper .testimonial-text {
        display: table;
        margin: 15px auto 0;
        width: 90%;
    }

.md-box .divider {
    text-align: center;
}

/*.testimonials-videos {
    margin-bottom: 50px;
    margin-top: -80px;
}*/

.testimonials-videos {
    margin-top: 40px;
}

    .testimonials-videos iframe {
        width: 100%;
    }


/*Ends Testimonials Page*/


/*Starts Awards Page*/


/*Ends Awards Page*/


/*Starts Home Loan Page*/

.home-loan-page .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.home-loan-page .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #F1F1F1;
    border-color: #EEEEEE;
}

.home-loan-page .panel-title {
    font-size: 18px;
    margin: 0;
}

    .home-loan-page .panel-title a {
        display: block;
        font-size: 20px;
        padding: 20px;
        text-decoration: none;
    }

.home-loan-page .more-less {
    border: 1px outset #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #999999;
    float: right;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    top: -10px;
    width: 40px;
}

.home-loan-page .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}


/*Ends Home Loan Page*/


/*Starts Partner's Advantage Page*/

.partner-advantage-page img {
    margin-bottom: 20px;
}

/*Ends Partner's Advantage Page*/

/*Starts Joint Venture Projects Page*/

.joint-venture-page h3 {
    font-size: 18px;
    font-weight: bold;
}

.joint-venture-page .panel-info > .panel-heading {
    background-color: #31708f;
    border-color: #31708f;
    color: #ffffff;
}

.joint-venture-page .panel-success > .panel-heading {
    background-color: #3c763d;
    border-color: #3c763d;
    color: #ffffff;
}


/*Ends Joint Venture Projects Page*/


/*Starts Events Page*/

.events-page .tile {
    background: #f1f1f1;
    -webkit-box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
    color: #333333;
    display: block;
    height: 160px;
    margin-bottom: 30px;
    padding: 0;
}


    .events-page .tile .image {
        height: 160px;
    }

        .events-page .tile .image img {
            height: 100%;
            margin-top: 0;
            object-fit: cover;
            width: 100%;
        }

    .events-page .tile .desc {
        padding: 30px 0;
    }

        .events-page .tile .desc h4 {
            font-size: 18px;
            margin: 0;
        }

        .events-page .tile .desc h4 {
            font-size: 18px;
            margin: 0;
        }

            .events-page .tile .desc h4 a {
                color: #000;
                text-decoration: none;
            }

        .events-page .tile .desc .desc-bottom span {
            display: block;
            font-size: 16px;
            margin: 8px 0;
        }

            .events-page .tile .desc .desc-bottom span .fa {
                color: #00a0ff;
                margin-right: 10px;
                width: 20px;
            }


/*Ends Events Page*/


/*Starts Career Page*/

.career-page .tile {
    background: #dcdcdc;
    margin-bottom: 20px;
    padding: 0 20px 20px;
}

    .career-page .tile h4 {
        background: #00a0ff;
        color: #ffffff;
        font-size: 18px;
        font-weight: bold;
        margin: 0 -20px 20px;
        padding: 20px;
    }

    .career-page .tile p {
        font-size: 18px;
    }

    .career-page .tile a {
        color: #000000;
        display: inline-block;
        font-size: 18px;
        padding-left: 25px;
        position: relative;
        text-decoration: none;
    }

        .career-page .tile a::before {
            background: #000000;
            content: "";
            height: 15px;
            left: 0;
            position: absolute;
            top: 7px;
            width: 15px;
        }


/*Ends Career Page*/


/*Starts Career Page*/

.contact-page .tile {
    background: #dcdcdc;
    margin-bottom: 20px;
    padding: 0 20px 20px;
}

    .contact-page .tile h4 {
        background: #00a0ff;
        color: #ffffff;
        font-size: 18px;
        font-weight: bold;
        margin: 0 -20px 20px;
        padding: 20px;
    }

    .contact-page .tile p {
        font-size: 18px;
        clear: both;
        overflow: hidden;
    }

        .contact-page .tile p span:first-child {
            background: #ffffff;
            border: 2px solid #00a0ff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            display: inline-block;
            float: left;
            font-size: 24px;
            height: 60px;
            line-height: 60px;
            margin-right: 30px;
            min-height: 60px;
            text-align: center;
            width: 60px;
        }

        .contact-page .tile p span:last-child {
            float: left;
            width: 400px;
        }

        .contact-page .tile p span:first-child .fa {
            color: #00A0FF;
        }

.contact-map {
    margin: 0 0 20px;
}

    .contact-map iframe {
        width: 100%;
    }


/*Ends Career Page*/


/*Starts EMI Calculator Page*/

.emi-calculator-page .data {
    margin: 40px 0;
}

    .emi-calculator-page .data .tile {
        background: #dcdcdc none repeat scroll 0 0;
        padding: 20px;
    }

        .emi-calculator-page .data .tile h4 {
            margin: 0;
        }

        .emi-calculator-page .data .tile p {
            color: #00a0ff;
            font-size: 40px;
            margin: 0;
        }

.emi-calculator-page label {
    font-size: 18px;
    margin-bottom: 10px;
}


/*Ends EMI Calculator Page*/


/*Starts Projects List Page*/

.projects-list-page .list .tile {
    background: #f1f1f1;
    margin-bottom: 20px;
    position: relative;
}

    .projects-list-page .list .tile .built-by {
        height: 100px;
        left: 10%;
        position: absolute;
        top: 50%;
        width: 100px;
    }

    .projects-list-page .list .tile h4 {
        background: #00a0ff;
        color: #ffffff;
        font-size: 24px;
        font-weight: bold;
        margin: 0;
        padding: 20px;
    }

    .projects-list-page .list .tile .image {
        height: 163px;
    }

        .projects-list-page .list .tile .image img {
            height: 100%;
            width: 100%;
        }

    .projects-list-page .list .tile ul {
        list-style-type: none;
        margin: 20px 0;
        padding: 0;
    }

        .projects-list-page .list .tile ul li:first-child {
            float: none;
            width: 100%;
        }

        .projects-list-page .list .tile ul li {
            float: left;
            margin-bottom: 20px;
            margin-left: 1%;
            margin-right: 1%;
            width: 48%;
        }


/*Ends Projects List Page*/


/*Starts Sampark Page*/

.sampark-page .img-center {
    display: table;
    margin: 70px auto;
}


/*Ends Sampark Page*/

/*Starts Land Owners Page*/

.land-owners-page .form-group, .brokers-page .form-group, .brokers-page .form-group, .contractor-page .form-group {
    height: 75px;
}

    .land-owners-page .form-group span, .brokers-page .form-group span {
        font-size: 14px;
    }


/*Ends Land Owners Page*/

.side-menu-right {
    right: -320px;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.my-property-list-btn {
    display: table;
    margin: 0 auto 50px;
    padding-top: 20px;
}

    .my-property-list-btn .btn {
        margin: 0 20px;
    }

.my-property-list .right h4 {
    margin-top: 0;
    margin-bottom: 10px;
}

.my-property-list .list {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    overflow: hidden;
}

    .my-property-list .list .left {
        height: 220px;
        margin-bottom: 20px;
    }

        .my-property-list .list .left img {
            height: 100%;
            margin: 20px auto;
        }

    .my-property-list .list .right {
        height: 150px;
        overflow: hidden;
        padding: 10px;
    }

.my-property-details .top-sec h4 {
    margin-bottom: 0;
    margin-top: 0;
}

.my-property-details .top-sec {
    margin-bottom: 20px;
}

.my-property-details .image {
    margin-bottom: 20px;
    max-width: 700px;
}

.header .bottom .right .dropdown-menu {
    color: #333333;
    font-size: 16px;
    left: auto;
    overflow: hidden;
    padding: 0;
    right: 0;
    width: 170px;
}

.header .bottom .right .dropdown .caret {
    color: #ffffff;
}

.header .bottom .right .dropdown-menu li {
    display: block;
    margin: 0;
}

    .header .bottom .right .dropdown-menu li a {
        border-bottom: 1px solid #cccccc;
        color: #333333;
        font-size: 16px;
        margin: 0;
        padding: 5px;
        text-align: center;
    }

.sampark-logo {
    margin-bottom: 40px;
}

.sampark-content .image {
    margin: 10px 0;
}

.associations-page ul li {
    margin-left: 0 !important;
}

/*Starts css content 18-07-2017*/

.tile.sales {
    height: auto !important;
}

.synergy-logo.text-center {
    margin-bottom: 25px;
}

.synergy-pdf > a:hover {
    text-decoration: none;
}

.synergy-pdf {
    clear: both;
    overflow: hidden;
}

    .synergy-pdf > a {
        display: table;
        float: left;
    }

    .synergy-pdf img {
        width: 42px;
    }

    .synergy-pdf > p {
        display: table;
        float: left;
        margin-bottom: 0;
        margin-left: 5px;
        margin-top: 9px;
    }

.synergy-pdf {
    border: 1px solid #337ab7;
    border-radius: 3px;
    clear: both;
    display: table;
    margin: 20px 0;
    overflow: hidden;
    padding: 10px;
}

/*Ends css content 18-07-2017*/



/*Starts css on 21-07-2017*/

.sampark .sampark-modal-btn {
    display: table;
    margin: 15px auto 30px;
}

.sampark .sampark-modal-btn, .broker-modal-btn, .broker-modal-btn-group .btn-primary {
    background-color: #00a0ff;
    border-color: #00a0ff;
    color: #ffffff;
}


    .sampark .sampark-modal-btn:hover, .broker-modal-btn:hover, .broker-modal-btn-group .btn-primary:hover {
        background-color: #0090ef;
        border-color: #0090ef;
        color: #ffffff;
    }


.sampark-modal ol, .broker-modal ol, .termncond-modal ol {
    margin: 0;
    padding: 0 20px;
}

    .sampark-modal ol li, .broker-modal ol li, .termncond-modal ol li {
        font-size: 16px;
        margin-bottom: 15px;
    }

.sampark-modal .close, .broker-modal .close, .termncond-modal .close {
    font-size: 24px;
}

.broker-modal .modal-title, .sampark-modal .modal-title, .termncond-modal .modal-title {
    margin-bottom: 0;
    margin-top: 0;
}

/*Ends css on 21-07-2017*/


/*Starts on css 18-08-2017*/

.banner .search-container {
    position: relative;
}

/*Closed on css 18-08-2017*/


.text-left-imp p {
    text-align: left !important;
}

    .text-left-imp p:last-child {
        margin-bottom: 0;
    }

/*.text-left-imp ul {
  padding-left: 20px;
}*/

.thanku {
    text-align: center;
}

.thanks-box {
    display: table;
    margin: 25px auto 0;
}

.thanks-box {
    border: 1px solid #19b009;
    border-radius: 50%;
    color: #19b009;
    display: table;
    font-size: 55px;
    height: 130px;
    line-height: 130px;
    margin: 25px auto 0;
    width: 130px;
}

.thanku p {
    font-size: 16px;
    margin: 0;
}

.thanku button {
    margin-top: 25px;
}

.thanku a {
    display: table;
    margin: 20px auto 0;
    text-decoration: none;
}

    .thanku a:hover {
        color: #19b009;
        text-decoration: none;
    }

.emical .mb-50 {
    margin-top: 0;
}