@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i);



/* ========================================
    1. index page 
	2. index2 page 
	3. Grid style page 
	4. Service page 
	5. Team page 
	6. Service Detail page 
	7. blog page 
	8. error page 
	9. contact page 
	10. property page 
	11. blog detail page 
	12. portfolio1 page 
	13. portfolio2 page 
	14. portfolio3 page 

=============================================*/


/*------------------------------------
    1.1 Theme Basic styling 
---------------------------------------*/
html, body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
    vertical-align: baseline;
    color: #646464;
}

p {
    font-family: "Arimo", sans-serif;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

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

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0px;
    color: #333;
}

a {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    cursor: pointer
}

    a:hover {
        color: #3B9DCC;
        text-decoration: none;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    a:active, a:hover {
        outline: 0 none;
    }

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #01b1d7;
    padding: 0.2em 0;
}

.acurate {
    margin: 0;
    padding: 0;
}

.mobile-menu-area {
    display: none;
}

.site-section-area {
    text-align: center
}

    .site-section-area h2 {
        color: #333;
        font-size: 36px;
        font-weight: 800;
        position: relative;
        text-transform: uppercase;
    }

    .site-section-area h6 {
        color: #555;
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 70px;
        margin-top: 5px;
        position: relative;
    }

        .site-section-area h6:after {
            position: absolute;
            top: 20px;
            left: 0;
            right: 0;
            margin: auto;
            width: 200px;
            height: 54px;
            background: url(../images/ttl-after.png) center center no-repeat;
            content: "";
        }

    .site-section-area p {
        font-size: 16px;
        color: #646464;
        max-width: 750px;
        display: inline-block
    }

.spacer60 {
    padding: 100px 0px;
}
.loginPanel {
    padding:250px 150px 200px;
}
.clr:after {
    content: "";
    display: block;
    clear: both
}
/* ------------------------------------
1.2 header area start here 
---------------------------------------*/
.header-top-area {
    background: #111;
    padding: 0px 0;
    line-height: 60px;
}

    .header-top-area .header-top-left ul {
        text-align: left;
        font-family: 'Arimo', sans-serif;
    }

        .header-top-area .header-top-left ul li span {
            color: #3B9DCC
        }

    .header-top-area ul li {
        color: #fff;
        display: inline-block;
        font-size: 14px !important;
        padding-right: 15px;
    }

        .header-top-area ul li:last-child {
            padding-right: 0px;
        }

    .header-top-area .header-top-left ul li i {
        border-radius: 50%;
        color: #9d9d9d;
        margin: 0 5px;
        padding: 5px;
        font-size: inherit
    }

    .header-top-area .header-top-right ul {
        text-align: right;
    }

        .header-top-area .header-top-right ul li {
            display: inline-block;
        }

            .header-top-area .header-top-right ul li i {
                margin: 0 5px;
                color: #9d9d9d;
            }

            .header-top-area .header-top-right ul li.login-btn-area {
                background: #3b9dcc;
                text-transform: uppercase;
                position: relative
            }

                .header-top-area .header-top-right ul li.login-btn-area::after {
                    border-bottom: 5px solid #fff;
                    border-left: 7px solid transparent;
                    border-right: 7px solid transparent;
                    bottom: 0;
                    content: "";
                    display: inline-block;
                    left: 60px;
                    position: absolute;
                }

                .header-top-area .header-top-right ul li.login-btn-area a {
                    display: inline-block;
                    padding: 0px 30px;
                }

                    .header-top-area .header-top-right ul li.login-btn-area a:hover {
                        color: #fff;
                    }
/* ------------------------------------
1.3 main-header-area  start here 
---------------------------------------*/
.main-header-area {
    background: #fff;
}

    .main-header-area .logo-area {
        padding: 15px 0 0 50px;
    }

        .main-header-area .logo-area a {
            display: block;
            text-align: left;
        }

    .main-header-area .main-menu ul {
        text-align: right;
    }

        .main-header-area .main-menu ul li {
            display: inline-block;
            padding: 36px 15px;
            position: relative;
            transition: all 0.5s ease 0s;
            position: relative
        }

            .main-header-area .main-menu ul li:after {
                background: #d00009;
                display: block;
                content: "";
                height: 2px;
                position: absolute;
                bottom: 20px;
                left: 0px;
                width: 100%;
                border-radius: 2px;
                transition: all .2s ease-in-out;
                opacity: 0;
                display: none
            }

            .main-header-area .main-menu ul li.active:after {
                background: #d00009;
                display: block;
                content: "";
                height: 2px;
                position: absolute;
                bottom: 20px;
                left: 0px;
                width: 100%;
                border-radius: 2px;
                transition: all .2s ease-in-out;
                opacity: 1
            }

            .main-header-area .main-menu ul li:hover:after {
                opacity: 1
            }

            .main-header-area .main-menu ul li:hover a {
                color: #3b9dcc;
            }

            .main-header-area .main-menu ul li:hover ul {
                -webkit-transform: scaleY(1);
                -moz-transform: scaleY(1);
                -o-transform: scaleY(1);
                transform: scaleY(1);
                opacity: 1;
                visibility: visible;
                top: 100%;
            }

            .main-header-area .main-menu ul li ul {
                background: #01b1d7;
                position: absolute;
                top: 110%;
                transition: all 0.5s ease 0s;
                transform-origin: 0 0 0;
                -webkit-transform: scaleY(0);
                -moz-transform: scaleY(0);
                -o-transform: scaleY(0);
                transform: scaleY(0);
                opacity: 0;
                visibility: hidden;
                width: 200px;
                z-index: 9;
                left: 0;
            }

                .main-header-area .main-menu ul li ul li {
                    display: block;
                    padding: 10px;
                    text-align: left;
                    border-bottom: 1px solid #ffffff;
                    transition: all 0.5s ease 0s;
                }

                    .main-header-area .main-menu ul li ul li:hover {
                        background: #0a6f85;
                    }

                        .main-header-area .main-menu ul li ul li:hover a {
                            color: #ffffff !important;
                        }

                    .main-header-area .main-menu ul li ul li:last-child {
                        border-bottom: 0px;
                    }

                    .main-header-area .main-menu ul li ul li a {
                        color: #ffffff;
                    }

            .main-header-area .main-menu ul li a {
                display: block;
                text-decoration: none;
                color: #333;
                transition: all 0.5s ease 0s;
                text-transform: uppercase;
                font-size: 14px;
                font-weight: 600
            }
/* ------------------------------------
1.4 main-header-area  start here 
---------------------------------------*/

.main-menu .dropdown .dropdown-menu {
    background: #ffffff;
}

    .main-menu .dropdown .dropdown-menu li a {
        color: #111111 !important;
    }

    .main-menu .dropdown .dropdown-menu li:after {
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    .main-menu .dropdown .dropdown-menu li:hover {
        background: #ff0000;
    }

    .main-menu .dropdown .dropdown-menu li a:hover {
        background: #3b9dcc;
    }

    .main-menu .dropdown .dropdown-menu li:hover {
        background: #3b9dcc;
    }

/* ------------------------------------
1.5 home slider-area start here 
---------------------------------------*/
.carousel {
    overflow: hidden;
}

#myCarouselF .carousel-inner {
    width: 200%;
    height: 500px;
    left: -50%;
}

.carousel-inner .active.left {
    left: -33%;
}

.carousel-inner .next {
    left: 33%;
}

.carousel-inner .prev {
    left: -33%;
}

.carousel-control.left, .carousel-control.right {
    background: rgba(255, 255, 255, 0.6);
    width: 16.7%;
}

.home-slider-area {
    height: auto;
    background: #333;
}

.zero-pad {
    padding: 0px !important
}

.home-slider-area .carousel-inner .item img {
    width: 100%
}

.slide-overlay {
    color: #fff;
    margin: 15% 25%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50%;
    z-index: 99999;
}

    .slide-overlay h3 {
        color: #3b9dcc;
        font-size: 22px;
        font-weight: bold;
    }

    .slide-overlay h2 {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        margin: 20px 0px;
    }

    .slide-overlay a {
        background: #3b9dcc none repeat scroll 0 0;
        border: medium none;
        border-radius: 5px;
        color: #fff;
        padding: 12px 30px;
        text-transform: uppercase;
        display: inline-block;
        margin-top: 50px;
    }

.home-slider-area .center-block .carousel-inner .item.active .zero-pad:nth-child(2) {
    position: relative;
}

    .home-slider-area .center-block .carousel-inner .item.active .zero-pad:nth-child(2):after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-color: #000;
    }
/* ------------------------------------
1.6 home home-search-area start here 
---------------------------------------*/
.home-search-area {
    background: #f5f5f5 url(../images/search-bg.jpg) center center no-repeat;
}

    .home-search-area .home-search-txt > h3 {
        font-size: 20px;
        font-weight: 600;
    }

    .home-search-area .home-search-txt > h1 {
        font-size: 38px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 10px 0 15px;
    }

    .home-search-area .home-search-txt > h6 {
        font-size: 18px;
        color: #3b9dcc;
        margin-bottom: 30px;
    }

    .home-search-area .home-search-txt > p {
        font-family: Verdana, Geneva, sans-serif;
    }

    .home-search-area .home-search-filter {
        padding-left: 80px;
        font-family: Verdana, Geneva, sans-serif
    }

        .home-search-area .home-search-filter .flt-bx1 {
            background: #fff;
        }

            .home-search-area .home-search-filter .flt-bx1 label {
                border-right: 1px solid #ccc;
                float: left;
                font-weight: normal;
                height: 26px;
                margin: 15px 0;
                padding: 0 20px;
                width: 70%;
            }

            .home-search-area .home-search-filter .flt-bx1 select {
                width: 30%;
                float: left
            }

        .home-search-area .home-search-filter .flt-bx2 .flt-select {
            width: 32%;
            display: inline-block;
            margin-right: 2%;
            float: left;
            margin-top: 20px;
        }

            .home-search-area .home-search-filter .flt-bx2 .flt-select:last-child {
                margin-right: 0%
            }

        .home-search-area .home-search-filter select {
            width: 100%;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            -o-appearance: none;
            -ms-appearance: none;
            border: none;
            padding: 18px;
            background: #fff url(../images/arrow-drop.png) right 10px center no-repeat
        }

        .home-search-area .home-search-filter .flt-bx3 {
            height: 100px;
            margin-top: 20px;
        }

            .home-search-area .home-search-filter .flt-bx3 .range-bx {
                font-family: 'Arimo', sans-serif;
                margin-bottom: 15px;
            }

            .home-search-area .home-search-filter .flt-bx3 .range-left-section {
                padding-right: 30px;
            }

            .home-search-area .home-search-filter .flt-bx3 .range-right-section {
                padding-left: 30px;
                padding-right: 30px;
            }

            .home-search-area .home-search-filter .flt-bx3 .range-bx span:nth-child(2) {
                float: right;
            }

        .home-search-area .home-search-filter .flt-bx4 {
            color: #222
        }

            .home-search-area .home-search-filter .flt-bx4 button {
                background: #222222 none repeat scroll 0 0;
                border: medium none;
                border-radius: 5px;
                color: #fff;
                padding: 12px 30px;
                text-transform: uppercase;
                float: right
            }
/* ------------------------------------
1.7 home exclusive-area start here 
---------------------------------------*/
.home-exclusive-area {
    overflow: hidden;
}

    .home-exclusive-area .exclusiveBx {
        text-align: center
    }

        .home-exclusive-area .exclusiveBx > figure {
            height: 270px;
            overflow: hidden;
        }

        .home-exclusive-area .exclusiveBx > h3 {
            font-size: 18px;
            font-weight: 600;
            margin: 20px 20px 10px;
        }

        .home-exclusive-area .exclusiveBx > h5 {
            background: #fafafa none repeat scroll 0 0;
            border-radius: 30px;
            display: inline-block;
            margin-bottom: -22px;
            padding: 13px 30px;
            position: relative;
            top: -22px;
            font-family: 'Arimo', sans-serif;
            color: #666
        }

        .home-exclusive-area .exclusiveBx ul li {
            display: inline-block;
            margin: 10px;
            font-family: 'Arimo', sans-serif;
        }

            .home-exclusive-area .exclusiveBx ul li img {
                position: relative;
                top: -3px;
            }

        .home-exclusive-area .exclusiveBx .priceBx {
            background: #3b9dcc;
            padding: 10px;
            color: #fff;
            margin-top: 20px;
        }

            .home-exclusive-area .exclusiveBx .priceBx span {
                width: 48%;
                display: inline-block
            }

                .home-exclusive-area .exclusiveBx .priceBx span:nth-child(1) {
                    font-size: 18px;
                    font-weight: 600;
                }

                    .home-exclusive-area .exclusiveBx .priceBx span:nth-child(1) small {
                        font-size: 12px;
                        font-weight: normal;
                    }

                .home-exclusive-area .exclusiveBx .priceBx span:nth-child(2) {
                    background: #1e83b3;
                    padding: 10px;
                    font-family: 'Arimo', sans-serif;
                }
/* ------------------------------------
1.8 home WHO WE ARE-area start here 
---------------------------------------*/
.home-wwa-area {
    background: #fbfbfb
}

    .home-wwa-area .wwa-left {
        text-align: right;
        padding-right: 70px
    }

        .home-wwa-area .wwa-left h4 {
            font-size: 22px;
        }

        .home-wwa-area .wwa-left h1 {
            font-size: 40px;
            font-weight: 600;
            text-transform: uppercase
        }

            .home-wwa-area .wwa-left h1 span {
                color: #3b9dcc;
            }

        .home-wwa-area .wwa-left h5 {
            font-size: 12px;
            margin: 10px 0 40px;
        }

        .home-wwa-area .wwa-left p {
            font-family: 'Arimo', sans-serif;
        }

        .home-wwa-area .wwa-left .view-offer-btn {
            border: 2px solid #3b9dcc;
            border-radius: 3px;
            color: #3b9dcc;
            display: inline-block;
            margin-top: 30px;
            padding: 15px 40px;
            text-transform: uppercase;
        }

    .home-wwa-area .wwa-right .wwa-right-bx1 {
        width: 50%;
        float: left;
        height: 200px;
        background: #000;
        overflow: hidden;
        position: relative
    }

        .home-wwa-area .wwa-right .wwa-right-bx1 figure {
            opacity: .15
        }

        .home-wwa-area .wwa-right .wwa-right-bx1:first-child figure {
            opacity: .1
        }

        .home-wwa-area .wwa-right .wwa-right-bx1:last-child figure {
            opacity: .1
        }

    .home-wwa-area .wwa-right .overlay-description {
        position: absolute;
        text-align: center;
        top: 23%;
        width: 100%;
        transition: all .2s ease-in-out
    }

        .home-wwa-area .wwa-right .overlay-description h3 {
            color: #3b9dcc;
            font-size: 12px;
            margin: 15px 0px 12px 0px;
        }

        .home-wwa-area .wwa-right .overlay-description h2 {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            text-transform: uppercase
        }

    .home-wwa-area .wwa-right .overlay-hvr {
        position: absolute;
        top: 0px;
        width: 100%;
        text-align: center;
        visibility: hidden;
        transition: all .2s ease-in-out;
        opacity: 0;
        padding: 36px;
    }

    .home-wwa-area .wwa-right .wwa-right-bx1:hover .overlay-hvr {
        visibility: visible;
        opacity: 1
    }

    .home-wwa-area .wwa-right .wwa-right-bx1:hover .overlay-description {
        visibility: hidden;
        opacity: 0
    }

/* ------------------------------------
1.9 home-opportunity-area start here 
---------------------------------------*/

.home-opportunity-area {
    background: url('../images/search-bg.jpg') center top no-repeat;
    background-size: cover;
    height: 520px;
    text-align: center;
    color: #fff;
}


    .home-opportunity-area h1 {
        color: #000;
        font-size: 34px;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0px 0 10px
    }

        .home-opportunity-area h1 span {
            color: #3b9dcc;
        }

    .home-opportunity-area h3 {
        font-size: 16px;
        font-weight: bold;
        color: #000
    }

    .home-opportunity-area p {
        display: inline-block;
        margin: 36px 0;
        max-width: 622px;
        color: #000;
        font-size: 16px;
        font-family: "Arimo", sans-serif;
        line-height: 28px;
    }

    .home-opportunity-area .counter-section {
        margin-top: 30px;
    }

        .home-opportunity-area .counter-section p {
            margin: 0px;
            color: #3b9dcc;
            font-size: 15px;
            text-transform: uppercase;
            margin: 6px 0 0;
        }

/* ------------------------------------
1.10 home-agent-area start here 
---------------------------------------*/
.home-agent-area {
    text-align: center;
}

    .home-agent-area .agent-bx {
        position: relative;
    }

.agent-bx > figure {
    max-height: 255px;
    overflow: hidden;
}

.home-agent-area .agent-bx h5 {
    color: #3b9dcc;
    padding: 40px 0 10px;
}

.home-agent-area .agent-bx h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    position: relative
}

.home-agent-area .agent-bx .agent-overlay {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 200px;
    background: #3b9dcc;
    color: #fff;
    padding-top: 50px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: translate(-30px, -30px)
}

.home-agent-area .agent-bx:hover .agent-overlay {
    visibility: visible;
    opacity: 1;
    transform: translate(0px, 0px)
}

.home-agent-area .agent-bx .agent-overlay h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0px;
}

.home-agent-area .agent-bx .agent-overlay h6 {
    font-size: 12px;
    color: #fff;
}

.home-agent-area .agent-bx .agent-overlay li {
    display: inline-block;
    padding: 5px;
    color: #fff;
}

.home-agent-area .agent-bx .agent-overlay > span {
    background: #333 none repeat scroll 0 0;
    padding: 15px 30px;
    position: relative;
    top: 44px;
}
/* ------------------------------------
1.11 home-testimonial-area start here 
---------------------------------------*/
.home-testimonial-area {
    background: url(../images/testimonial-bg.jpg) center center no-repeat;
    background-size: cover;
    height: auto;
}

    .home-testimonial-area .carousel-inner {
        left: 0 !important;
        width: 100% !important;
    }

    .home-testimonial-area .carousel-control {
        display: none;
    }

    .home-testimonial-area blockquote {
        border: none;
        font-family: "Arimo", sans-serif;
        font-size: 16px;
        line-height: 30px;
        padding: 40px 0px;
        color: #333
    }

        .home-testimonial-area blockquote p:nth-child(2) {
            max-width: 800px;
            text-align: center;
            display: inline-block
        }

        .home-testimonial-area blockquote:nth-child(2), .home-testimonial-area blockquote:nth-child(3) {
            display: none
        }

    .home-testimonial-area .carousel-indicators li {
        width: 100px;
        height: 92px;
        border-radius: 0px;
        border: none;
        position: relative;
        text-indent: 0px;
    }

    .home-testimonial-area .carousel {
        height: 400px;
        position: relative;
    }

    .home-testimonial-area .carousel-indicators li.active {
        width: 160px;
        height: 140px;
        position: relative;
        top: 20px;
    }

        .home-testimonial-area .carousel-indicators li.active img {
            width: 100%;
            height: 100%;
        }

    .home-testimonial-area .carousel-indicators li p {
        display: none;
        background: #3b9dcc;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        opacity: .8
    }

    .home-testimonial-area .carousel-indicators li.active p {
        display: inline-block;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 30% 0;
    }

        .home-testimonial-area .carousel-indicators li.active p span {
            display: block;
            font-family: "Arimo", sans-serif;
            font-weight: normal;
            font-size: 14px;
        }

.client-area {
    text-align: center
}
/* ------------------------------------
1.12 home-portfolio-area start here 
---------------------------------------*/
.portfolio-area #filters {
    background: #fbfbfb none repeat scroll 0 0;
    display: inline-block;
    margin: 2% 22%;
    max-width: 100%;
    padding: 0 30px;
    text-align: center;
}

.featured-gallery {
}

.custom-nav ul {
    margin-top: 0;
}

.portfolio-ttl-bg {
    margin: 30px 0px 20px 0px;
}

.portfolio-area #portfoliolist .portfolio {
    /*position: absolute;*/
    left: 0px;
    top: 0px;
}

    .portfolio-area #portfoliolist .portfolio img {
        width: 100%;
        height: 100%
    }

    .portfolio-area #portfoliolist .portfolio:nth-child(1) {
        left: 0px;
        top: 0px;
        width: 34%;
        height: 664px;
    }

    .portfolio-area #portfoliolist .portfolio:nth-child(2) {
        left: 34%;
        top: 0px;
        width: 66%
    }

    .portfolio-area #portfoliolist .portfolio:nth-child(3) {
        left: 34%;
        top: 332px;
        width: 33%
    }

    .portfolio-area #portfoliolist .portfolio:nth-child(4) {
        left: 67%;
        top: 332px;
        width: 33%
    }

    .portfolio-area #portfoliolist .portfolio:nth-child(5) {
        top: 660px;
        width: 67%;
        height: 331px
    }

    .portfolio-area #portfoliolist .portfolio:nth-child(6) {
        top: 660px;
        width: 33%;
        left: 67%
    }

    .portfolio-area #portfoliolist .portfolio:nth-child(2) .label-text > h2 small, .portfolio-area #portfoliolist .portfolio:nth-child(5) .label-text > h2 small {
        margin: 2% 40%
    }

    .portfolio-area #portfoliolist .portfolio:nth-child(2) .plus-lightbox, .portfolio-area #portfoliolist .portfolio:nth-child(5) .plus-lightbox {
        left: 47%;
        top: 58.3%
    }

    .portfolio-area #portfoliolist .portfolio:nth-child(2) .label-text > h2, .portfolio-area #portfoliolist .portfolio:nth-child(5) .label-text > h2 {
        top: 29%;
    }

    .portfolio-area #portfoliolist .portfolio:nth-child(3) .label-text > h2, .portfolio-area #portfoliolist .portfolio:nth-child(4) .label-text > h2, .portfolio-area #portfoliolist .portfolio:nth-child(6) .label-text > h2 {
        top: 29%;
    }

    .portfolio-area #portfoliolist .portfolio:nth-child(3) .plus-lightbox, .portfolio-area #portfoliolist .portfolio:nth-child(4) .plus-lightbox, .portfolio-area #portfoliolist .portfolio:nth-child(6) .plus-lightbox {
        left: 45%;
        top: 63%
    }
/* ------------------------------------
1.13 footer start here 
---------------------------------------*/
footer {
    background: url("../images/footer.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 478px;
    color: #fff;
}

    footer p {
        font-family: "Arimo", sans-serif;
    }

    footer h2 {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 40px;
    }

.footer-section1 a {
    background: #333 none repeat scroll 0 0;
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    opacity: 0.8;
    text-align: center;
    width: 40px;
    margin-top: 20px
}

    .footer-section1 a:hover {
        background: #3B9DCC;
        color: #fff
    }

.footer-section2 ul li {
    width: 33.33%;
    float: left;
    height: 100px;
    overflow: hidden
}

.footer-section3 .news-bx {
    border-bottom: 1px dashed #666;
    margin-bottom: 12px;
    padding-bottom: 20px;
}

    .footer-section3 .news-bx:last-child {
        border: none;
    }

    .footer-section3 .news-bx h4 {
        font-size: 14px;
        color: #fff;
        margin-top: 5px;
    }

    .footer-section3 .news-bx span {
        font-size: 12px;
        color: #3b9dcc;
        font-family: "Arimo", sans-serif;
    }

.footer-section4 h3 {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-section4 i {
    font-size: 26px;
    color: #3b9dcc;
    margin-right: 10px;
}

.footer-section4 .owl-theme .owl-controls {
    text-align: right;
    position: relative !important;
    top: -40px !important
}

.footer-section4 span {
    color: #3b9dcc;
    margin-top: 15px;
}

.copyright-area {
    background: #000710;
    padding: 30px 0px;
    clear: both
}

    .copyright-area span {
        color: #3b9dcc;
    }

    .copyright-area ul li {
        color: #fff;
        display: inline-block;
        padding: 0 18px;
        text-transform: uppercase;
    }

    .copyright-area .left-section {
        color: #fff;
        font-family: "Arimo", sans-serif;
        font-size: 15px;
    }

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px;
    right: 10px;
}

#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 150px;
    right: 10px;
}

.back2top {
    border: 1px solid #3b9dcc;
    color: #3b9dcc;
    padding: 7px 14px;
}

    .back2top i {
        font-size: 18px;
    }

    .back2top:hover {
        color: #3b9dcc;
    }


/* ============================
 2.  index2 page css start here
=============================== */

.home2-header-area {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: relative;
    z-index: 9999;
    padding-top: 30px;
}

    .home2-header-area .main-menu ul li a {
        color: #fff;
    }

.home2-search-area {
    background: none;
    position: relative;
    top: -120px;
    margin-bottom: -120px
}

    .home2-search-area .nav.nav-tabs {
        border: medium none;
        position: relative;
        text-align: center;
        top: 30px;
        z-index: 999;
    }

        .home2-search-area .nav.nav-tabs li {
            display: inline-block;
            float: none;
        }

            .home2-search-area .nav.nav-tabs li a {
                background: #fff none repeat scroll 0 0;
                border: medium none;
                border-radius: 45px;
                display: block;
                padding: 22px 50px;
                text-transform: uppercase
            }

            .home2-search-area .nav.nav-tabs li.active a {
                background: #1e83b3;
                color: #fff;
            }

.home2-filter-area {
    padding: 0 100px;
}

    .home2-filter-area .home-search-filter {
        padding: 80px 100px;
        background: #3b9dcc
    }

        .home2-filter-area .home-search-filter .flt-bx4 {
            color: #fff;
            margin-top: 40px;
        }

            .home2-filter-area .home-search-filter .flt-bx4 button {
                background: none;
                border: 2px solid #fff;
            }

.home2-slide-area {
    background: #fbfbfb
}

.home2-slider-area {
    margin-bottom: -126px;
    position: relative;
    top: -126px;
}

    .home2-slider-area .carousel-indicators {
        bottom: 162px;
        width: 32%;
        right: 0px;
        left: inherit
    }

        .home2-slider-area .carousel-indicators li {
            width: 100px;
            height: 86px;
            overflow: hidden;
            text-indent: 0;
            border-radius: 0px;
            margin: 0px;
            display: block;
            margin-bottom: 10px;
        }

            .home2-slider-area .carousel-indicators li.active {
                width: 100px;
                height: 86px;
                overflow: hidden;
                background: none
            }

            .home2-slider-area .carousel-indicators li img {
                width: 100%;
                height: 100%;
                transform: scale(2, 1)
            }

    .home2-slider-area .carousel-caption {
        left: 20%;
        padding-bottom: 30px;
        right: 0;
        text-align: left;
        top: 20%;
        width: 500px;
        max-width: 100%
    }

        .home2-slider-area .carousel-caption h3 {
            color: #fff;
            font-size: 28px;
            font-weight: bold;
            margin: 30px 0px 20px 0px
        }

        .home2-slider-area .carousel-caption h4 span {
            color: #3b9dcc;
            font-size: 22px;
            font-weight: bold;
            margin-right: 30px;
        }

        .home2-slider-area .carousel-caption h4 {
            color: #ccc;
            font-size: 13px;
            margin-top: 50px;
        }

        .home2-slider-area .carousel-caption ul li {
            float: left;
            margin-right: 30px;
            color: #ccc;
            font-family: "Arimo", sans-serif;
        }

            .home2-slider-area .carousel-caption ul li i {
                margin-right: 10px;
            }

        .home2-slider-area .carousel-caption .cmn-btn2 {
            margin-top: 50px;
        }

    .home2-slider-area .carousel-control {
        z-index: 999;
        height: 100px;
        opacity: 1
    }

        .home2-slider-area .carousel-control.left {
            background: url(../images/Prev-txt.png) center center no-repeat;
            left: inherit;
            right: 15%;
            top: 43%
        }

        .home2-slider-area .carousel-control.right {
            background: url(../images/next-txt.png) center center no-repeat;
            right: 15%;
            top: 58%
        }

.home2-deal-area .deal-section1 {
    text-align: center;
}

    .home2-deal-area .deal-section1 h3 {
        font-size: 18px;
        text-transform: uppercase
    }

    .home2-deal-area .deal-section1 h2 {
        font-size: 42px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 10px 0px;
    }

        .home2-deal-area .deal-section1 h2 span {
            color: #3b9dcc;
        }

    .home2-deal-area .deal-section1 h6 {
        font-size: 12px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .home2-deal-area .deal-section1 p {
        font-family: "Arimo", sans-serif;
        font-size: 15px;
        max-width: 600px;
        display: inline-block
    }

.cmn-btn1 {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #3b9dcc;
    border-radius: 2px;
    color: #3b9dcc;
    font-size: 13px;
    padding: 10px 40px;
    text-transform: uppercase;
}

.cmn-btn2 {
    background: #3b9dcc none repeat scroll 0 0;
    border: 2px solid #3b9dcc;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    padding: 12px 38px;
    text-transform: uppercase;
}

    .cmn-btn2:hover {
        background: #222;
        color: #fff;
    }

.home2-deal-area .deal-section1 button {
    margin-bottom: 40px;
}

.home2-deal-area .deal-section2 .col-lg-4.col-md-4 {
    margin: 30px 0px;
    transition: all .2s ease-in-out
}

.home2-deal-area .deal-section2 figure {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    text-align: center;
    line-height: 100px;
    float: left;
    transition: all .2s ease-in-out
}

.home2-deal-area .deal-section2 .col-lg-4.col-md-4:nth-child(1) figure {
    background: #fafafa url(../images/icon1.png) center center no-repeat
}

.home2-deal-area .deal-section2 .col-lg-4.col-md-4:nth-child(2) figure {
    background: #fafafa url(../images/icon3.png) center center no-repeat
}

.home2-deal-area .deal-section2 .col-lg-4.col-md-4:nth-child(3) figure {
    background: #fafafa url(../images/icon3.png) center center no-repeat
}

.home2-deal-area .deal-section2 .col-lg-4.col-md-4:nth-child(4) figure {
    background: #fafafa url(../images/icon4.png) center center no-repeat
}

.home2-deal-area .deal-section2 .col-lg-4.col-md-4:nth-child(5) figure {
    background: #fafafa url(../images/icon5.png) center center no-repeat
}

.home2-deal-area .deal-section2 .col-lg-4.col-md-4:nth-child(6) figure {
    background: #fafafa url(../images/phone.png) center center no-repeat
}

.home2-deal-area .deal-section2 .col-lg-4.col-md-4:hover h3 {
    color: #3b9dcc;
}

.home2-deal-area .deal-section2 .col-lg-4.col-md-4:nth-child(1):hover figure {
    background: #3b9dcc url(../images/icon11.png) center center no-repeat
}

.home2-deal-area .deal-section2 .col-lg-4.col-md-4:nth-child(2):hover figure {
    background: #3b9dcc url(../images/icon33.png) center center no-repeat
}

.home2-deal-area .deal-section2 .col-lg-4.col-md-4:nth-child(3):hover figure {
    background: #3b9dcc url(../images/icon33.png) center center no-repeat
}

.home2-deal-area .deal-section2 .col-lg-4.col-md-4:nth-child(4):hover figure {
    background: #3b9dcc url(../images/icon44.png) center center no-repeat
}

.home2-deal-area .deal-section2 .col-lg-4.col-md-4:nth-child(5):hover figure {
    background: #3b9dcc url(../images/icon55.png) center center no-repeat
}

.home2-deal-area .deal-section2 .col-lg-4.col-md-4:nth-child(6):hover figure {
    background: #3b9dcc url(../images/phone.png) center center no-repeat 
}

.home2-deal-area .deal-section2 .deal-des {
    width: 71%;
    float: left;
    padding: 5px 10px;
}

    .home2-deal-area .deal-section2 .deal-des h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px
    }

    .home2-deal-area .deal-section2 .deal-des p {
        font-size: 13px;
    }

.home2-news-area .news-section h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0px 20px 0px;
}

.home2-news-area .news-section .news-bottom-bar span {
    color: #3b9dcc;
    display: inline-block;
    float: left;
    font-size: 35px;
    font-weight: bold;
    margin-right: 10px;
}

.home2-news-area .news-section .news-bottom-bar {
    font-size: 12px;
    margin-top: 25px;
    color: #333
}

    .home2-news-area .news-section .news-bottom-bar img {
        margin: 0px 20px
    }

.home2-featured-gallery #portfoliolist .portfolio {
    padding: .5%;
    width: 33% !important
}

    .home2-featured-gallery #portfoliolist .portfolio:nth-child(1) {
        height: auto;
    }

    .home2-featured-gallery #portfoliolist .portfolio:nth-child(2) {
        width: 33%;
    }

.home2-featured-gallery .portfolio-area #portfoliolist .portfolio:nth-child(5) {
    width: 33%;
    height: auto;
    float: right;
    margin-right: 1%
}

.home2-featured-gallery .portfolio-area #portfoliolist .portfolio:nth-child(6) {
    height: auto;
    float: right;
}

.home2-featured-gallery .portfolio-area #portfoliolist .portfolio:nth-child(7) {
    height: auto;
}

.home2-featured-gallery #portfoliolist .portfolio:nth-child(1) .plus-lightbox {
    left: 45%;
    top: 56.5%;
}

.home2-featured-gallery #portfoliolist .portfolio:nth-child(2) .plus-lightbox, .home2-featured-gallery #portfoliolist .portfolio:nth-child(3) .plus-lightbox, .home2-featured-gallery #portfoliolist .portfolio:nth-child(4) .plus-lightbox, .home2-featured-gallery #portfoliolist .portfolio:nth-child(6) .plus-lightbox, .home2-featured-gallery #portfoliolist .portfolio:nth-child(7) .plus-lightbox {
    left: 45%;
    top: 64%;
}

.home2-featured-gallery #portfoliolist .portfolio:nth-child(5) .plus-lightbox {
    left: 45%;
    top: 46.9%;
}

.home2-featured-gallery #portfoliolist .portfolio:nth-child(7) .label-text > h2 {
    top: 29%
}

.home2-featured-gallery .portfolio-area #portfoliolist .portfolio:nth-child(2) .label-text > h2 small {
    margin: 8% 30%;
}

.home2-featured-gallery .portfolio-area #portfoliolist .portfolio:nth-child(5) .label-text > h2 small {
    margin: 10% 30%;
}
/* 3. Grid style page css start here */

.header-innner-top {
    background: url(../images/0.jpg) center top no-repeat;
    height: 440px;
    background-size: cover;
    text-align: center;
    padding: 79px 0;
    margin-bottom: 80px;
}

    .header-innner-top h1 {
        font-size: 35px;
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
    }

    .header-innner-top h6 {
        font-size: 12px;
        color: #3b9dcc;
    }

.grid-view-area .exclusiveBx {
    margin-bottom: 40px;
}

.pagination-area {
    text-align: center;
    margin: 40px 0 80px;
}

    .pagination-area a {
        background: #fbfbfb none repeat scroll 0 0;
        border-radius: 3px;
        display: inline-block;
        height: 50px;
        line-height: 54px;
        text-align: center;
        width: 54px;
        font-family: "Arimo", sans-serif;
    }

        .pagination-area a:first-child, .pagination-area a:last-child {
            background: #3b9dcc;
            color: #fff;
            font-size: 18px;
        }

        .pagination-area a:hover {
            background: #1b1b1b;
            color: #fff
        }

    .pagination-area .pagi-dot-bx {
        background: none;
        font-weight: bold
    }

        .pagination-area .pagi-dot-bx:hover {
            background: none;
            color: inherit;
        }

.bg-grey {
    background: #fbfbfb
}
/* ------------------------------------
4.Service page css start here 
---------------------------------------*/

.service-wrapper {
    text-align: center;
}

    .service-wrapper .service-list {
        width: 31%;
        display: inline-block;
        background: #000;
        margin: 1%;
        text-align: center;
        overflow: hidden;
        position: relative;
        color: #bbbbbb;
        max-width: 350px;
    }

        .service-wrapper .service-list:hover figure {
            opacity: .3
        }

        .service-wrapper .service-list figure {
            opacity: .35
        }

            .service-wrapper .service-list figure img {
                height: 100%
            }

        .service-wrapper .service-list .overlay-description {
            position: absolute;
            text-align: center;
            top: 33%;
            width: 100%;
            transition: all .2s ease-in-out
        }

            .service-wrapper .service-list .overlay-description h3 {
                color: #3b9dcc;
                font-size: 12px;
                margin: 15px 0px 12px 0px;
            }

            .service-wrapper .service-list .overlay-description h2 {
                color: #fff;
                font-size: 18px;
                font-weight: bold;
                text-transform: uppercase
            }

        .service-wrapper .service-list .overlay-hvr p {
            font-size: 16px;
        }

        .service-wrapper .service-list .overlay-hvr {
            position: absolute;
            top: 0px;
            width: 100%;
            text-align: center;
            visibility: hidden;
            transition: all .2s ease-in-out;
            opacity: 0;
            padding: 30% 23%;
            transform: translate(0px, -50px)
        }

        .service-wrapper .service-list:hover .overlay-hvr {
            visibility: visible;
            opacity: 1;
            transform: translate(0px, 0px)
        }

        .service-wrapper .service-list:hover .overlay-description {
            visibility: hidden;
            opacity: 0;
        }
/* 5. team page css strt here*/

.team-wrapper .agent-bx {
    margin-bottom: 40px;
}

.agent-name {
    background: #fbfbfb;
    padding-bottom: 36px;
}

.team-dtails-wrapper .agent-image {
    text-align: right
}

.team-dtails-wrapper .agent-description {
    background: #fbfbfb none repeat scroll 0 0;
    padding: 50px 100px;
    position: relative;
    right: 132px;
    top: 87px;
}

    .team-dtails-wrapper .agent-description h2 {
        font-size: 22px;
        font-weight: bold;
        margin: 15px 0 25px
    }

    .team-dtails-wrapper .agent-description h6 {
        color: #3b9dcc;
    }

    .team-dtails-wrapper .agent-description .contact-bar {
        color: #3b9dcc;
        font-family: "Arimo", sans-serif;
        margin-top: 30px;
    }

        .team-dtails-wrapper .agent-description .contact-bar i {
            margin-right: 15px;
        }

    .team-dtails-wrapper .agent-description .social-icon {
        position: absolute;
        top: 10%;
        right: 20%;
    }

        .team-dtails-wrapper .agent-description .social-icon a {
            display: inline-block;
            padding: 5px;
        }
/* 6. service details page css start*/

.service-detail-wrapper {
    text-align: center;
}

    .service-detail-wrapper .service-detail-inner {
        background: url(../images/service-bg.jpg) center center no-repeat;
        background-size: cover;
        max-width: 1000px;
        display: inline-block;
        width: 100%;
        padding: 80px 100px;
        position: relative;
        margin-bottom: 100px;
    }

        .service-detail-wrapper .service-detail-inner .service-overlay {
            background: url(../images/service-bg2.png) center center repeat;
            background-size: 100% 100%;
            color: #fff;
            padding: 50px;
        }

            .service-detail-wrapper .service-detail-inner .service-overlay figure {
                width: 100px;
                height: 100px;
                float: left;
                background: #3b9dcc;
                border-radius: 100%;
                line-height: 100px;
            }

            .service-detail-wrapper .service-detail-inner .service-overlay .service-detais {
                width: 76%;
                float: left;
                text-align: left;
                margin-left: 4%
            }

                .service-detail-wrapper .service-detail-inner .service-overlay .service-detais h2 {
                    color: #fff;
                    font-size: 22px;
                    font-weight: bold;
                    text-transform: uppercase;
                    margin-bottom: 30px;
                }

                .service-detail-wrapper .service-detail-inner .service-overlay .service-detais ul {
                    margin-top: 20px;
                }

                .service-detail-wrapper .service-detail-inner .service-overlay .service-detais li {
                    display: inline-block;
                    width: 49%;
                    background: url(../images/list-bg.png) left center no-repeat;
                    padding-left: 30px;
                    font-family: "Arimo", sans-serif;
                    margin-top: 15px;
                }

.mrzn-zero {
    margin: 0px;
}
/* 7. blog page css start*/

.blog-wrapper {
    text-align: center
}

    .blog-wrapper .col-lg-4.col-md-4 {
        display: inline-block;
        float: left;
        margin-bottom: 50px;
        max-width: 400px;
        overflow: hidden;
        text-align: left
    }
/* 8. error page css start...........................*/

.error-wrapper .service-detail-inner {
    background: rgba(0, 0, 0, 0) url("../images/404-bg.jpg") no-repeat scroll center center / cover;
}

.error-wrapper h1 {
    font-size: 180px;
    font-weight: bold;
    color: #fff;
    line-height: 0.8;
}

    .error-wrapper h1 span {
        font-size: 180px;
        font-weight: bold;
        color: #1193d4;
    }

.error-wrapper .opps-txt {
    font-size: 18px;
}

.error-wrapper .opps-txt2 {
    font-size: 16px;
    margin-top: 20px;
}

.error-wrapper .cmn-btn2 {
    margin-top: 30px;
    display: inline-block;
}
/* 9. contact page css start.......................*/
.contact-wrapper .cnct-section1 figure {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 92px;
    background: #fbfbfb;
    border-radius: 100%;
    float: left
}

.contact-wrapper .cnct-section1 .cnct-details {
    width: 65%;
    float: left;
    margin-left: 4%;
    padding-top: 15px;
}

.opentime {
    color: #3b9dcc;
    margin-bottom: 0px;
}

.opentime2 {
    font-size: 12px
}

.contact-wrapper .cnct-section1 .cnct-details h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.contact-wrapper .cnct-section2 {
    margin: 50px 0px;
}

.contact-wrapper .cnct-section3 {
    text-align: center;
}

    .contact-wrapper .cnct-section3 .cnct-frm {
        display: inline-block;
        width: 870px;
        margin: 30px 0px 60px;
        max-width: 100%;
    }

        .contact-wrapper .cnct-section3 .cnct-frm ul li {
            float: left;
            margin-right: 2%;
            width: 32%;
        }

            .contact-wrapper .cnct-section3 .cnct-frm ul li:last-child {
                margin: 0px;
            }

        .contact-wrapper .cnct-section3 .cnct-frm input[type="text"] {
            border: none;
            box-shadow: none;
            border-radius: 0px;
            background: #fafafa;
            height: 54px;
            font-size: 13px;
            padding: 20px;
        }

        .contact-wrapper .cnct-section3 .cnct-frm textarea {
            border: none;
            box-shadow: none;
            border-radius: 0px;
            background: #fafafa;
            height: 150px;
            font-size: 13px;
            padding: 20px;
        }

        .contact-wrapper .cnct-section3 .cnct-frm .cmn-btn2 {
            margin-top: 40px;
        }
/* 10. Property page css start............................*/

.c-inner-wrapper .prop-section1 .prop-des {
    margin: 20px 20px 40px 40px;
    padding: 20px 0px;
    border-bottom: 1px dashed #ccc;
}

    .c-inner-wrapper .prop-section1 .prop-des h2 {
        font-size: 22px;
        font-weight: bold;
        margin: 10px 0px 20px 0px;
        text-transform: uppercase
    }

    .c-inner-wrapper .prop-section1 .prop-des h5 {
        font-size: 13px;
        font-family: "Arimo", sans-serif;
    }

.c-inner-wrapper .prop-section1 p {
    font-size: 15px;
}

.c-inner-wrapper .prop-section1 .prop-des .prop-des-lft {
    float: left
}

.prop-des-lft li {
    display: inline-block;
    overflow: hidden;
    margin-right: 30px;
    font-family: "Arimo", sans-serif;
}

    .prop-des-lft li i {
        margin-right: 10px;
        position: relative;
        top: -3px;
    }

.c-inner-wrapper .prop-section1 .prop-des .prop-des-rht {
    float: right;
    padding: 12px 30px;
    background: #fbfbfb;
    border-radius: 30px;
    font-family: "Arimo", sans-serif;
    position: relative;
    top: -10px;
}

    .c-inner-wrapper .prop-section1 .prop-des .prop-des-rht span {
        display: inline-block;
        margin: 0px 10px;
    }

.c-inner-wrapper .prop-section1 .prop2-image {
    position: relative;
    margin: 30px 0px;
}

    .c-inner-wrapper .prop-section1 .prop2-image figure {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
        top: 0px;
        opacity: .5;
    }

    .c-inner-wrapper .prop-section1 .prop2-image p {
        background: rgba(0, 0, 0, 0) url("../images/quote2.png") no-repeat scroll left top;
        color: #fff;
        font-size: 18px;
        left: 10%;
        padding-left: 80px;
        position: absolute;
        top: 37%;
        width: 76%;
    }

        .c-inner-wrapper .prop-section1 .prop2-image p span {
            color: #3b9dcc;
        }

.c-inner-wrapper h1 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 40px 0 20px
}

.c-inner-wrapper .prop-section2 ul li {
    display: inline-block;
    width: 24%;
    background: url(../images/hand.png) left center no-repeat;
    padding-left: 20px;
    font-family: "Arimo", sans-serif;
    margin: 6px 0;
}

.c-inner-wrapper .prop-section3 ul li {
    /*width: 49%;*/
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

.c-inner-wrapper .prop-section3 {
    margin: 30px 0px;
}

    .c-inner-wrapper .prop-section3 ul li img {
        width: 100%;
    }

    .c-inner-wrapper .prop-section3 ul li:nth-child(2n) {
        margin-right: 0px;
    }

.c-inner-wrapper .prop-section5 {
    font-family: "Arimo", sans-serif;
    padding: 20px;
    margin: 40px 0px;
    background: #fbfbfb
}

    .c-inner-wrapper .prop-section5 span {
        text-transform: uppercase;
        font-size: 15px;
        font-weight: bold;
        color: #222;
        display: inline-block;
        margin-right: 10px;
    }

    .c-inner-wrapper .prop-section5 a {
        font-size: 13px;
        display: inline-block;
        margin: 0px 5px;
    }

.c-inner-wrapper .prop-section6 {
    margin-bottom: 90px;
}

    .c-inner-wrapper .prop-section6 h1 {
        margin: 60px 0px 40px 0px;
    }

    .c-inner-wrapper .prop-section6 .prop-listing {
        margin-bottom: 30px;
    }

        .c-inner-wrapper .prop-section6 .prop-listing:after {
            content: "";
            clear: both;
            display: block;
        }

    .c-inner-wrapper .prop-section6 .prop-listing-img {
        width: 370px;
        max-width: 100%;
        height: 320px;
        position: relative;
        float: left;
    }

        .c-inner-wrapper .prop-section6 .prop-listing-img .overlay-prop {
            position: absolute;
            bottom: 20px;
            right: 20px;
            background: #3b9dcc;
            padding: 30px 10px 10px 10px;
            text-align: center;
            color: #fff;
        }

            .c-inner-wrapper .prop-section6 .prop-listing-img .overlay-prop h4 {
                color: #fff;
                font-size: 20px;
                font-weight: bold;
            }

            .c-inner-wrapper .prop-section6 .prop-listing-img .overlay-prop a {
                background: #222 none repeat scroll 0 0;
                display: inline-block;
                font-size: 12px;
                margin-top: 20px;
                padding: 8px 26px;
                text-transform: uppercase;
            }

    .c-inner-wrapper .prop-section6 .prop-listing-des {
        float: left;
        width: 56%;
        padding: 30px 0 30px 25px;
    }

        .c-inner-wrapper .prop-section6 .prop-listing-des h3 {
            font-size: 20px;
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        .c-inner-wrapper .prop-section6 .prop-listing-des > p {
            margin-top: 20px;
        }

        .c-inner-wrapper .prop-section6 .prop-listing-des li {
            display: inline-block;
            font-family: "Arimo", sans-serif;
            margin-right: 30px;
            overflow: hidden;
        }

            .c-inner-wrapper .prop-section6 .prop-listing-des li i {
                margin-right: 10px;
                position: relative;
                top: -3px;
            }

        .c-inner-wrapper .prop-section6 .prop-listing-des .prop-id-bx {
            background: #fbfbfb none repeat scroll 0 0;
            border-radius: 30px;
            font-family: "Arimo", sans-serif;
            padding: 12px 30px;
            display: inline-block;
            margin-top: 20px;
        }

            .c-inner-wrapper .prop-section6 .prop-listing-des .prop-id-bx span {
                display: inline-block;
                margin: 0 10px;
            }
/*side bar css start here*/

.sider-bar h2 {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}

.side-section1, .side-section2, .side-section3, .side-section4, .side-section5, .side-section6 {
    margin-bottom: 60px;
}

.sider-bar .side-section1 .news-bx {
    border-bottom: 1px dashed #666;
    margin-bottom: 12px;
    padding-bottom: 20px;
}

    .sider-bar .side-section1 .news-bx span {
        color: #3b9dcc;
        font-family: "Arimo", sans-serif;
        font-size: 12px;
    }

    .sider-bar .side-section1 .news-bx h4 {
        color: #444444;
        font-size: 14px;
        margin-top: 5px;
    }

.sider-bar .side-section2 .side-prop-listing:after {
    content: "";
    clear: both;
    display: block;
    margin-bottom: 20px;
}

.sider-bar .side-section2 .side-prop-listing figure {
    width: 84px;
    float: left
}

.sider-bar .side-section2 .side-prop-listing .side-prop-des {
    width: 62%;
    float: left;
    margin-left: 5%
}

    .sider-bar .side-section2 .side-prop-listing .side-prop-des h5 {
        font-size: 14px;
        font-weight: bold;
        margin: 5px 0px;
        line-height: 20px
    }

    .sider-bar .side-section2 .side-prop-listing .side-prop-des p {
        color: #3b9dcc;
    }

.sider-bar .side-section4 ul {
    background: #fbfbfb;
    display: block;
    padding: 36px;
}

    .sider-bar .side-section4 ul li {
        display: block;
        padding: 10px 0px;
    }

        .sider-bar .side-section4 ul li span {
            color: #3b9dcc;
            float: right;
        }

.sider-bar .side-section3 ul li {
    float: left;
    height: 100px;
    overflow: hidden;
    width: 33.33%;
}

.sider-bar .side-section5 .estateIdeaBx1 {
    text-align: center;
    position: relative
}

    .sider-bar .side-section5 .estateIdeaBx1:nth-child(2) {
        margin-bottom: 10px;
    }

    .sider-bar .side-section5 .estateIdeaBx1 span {
        text-align: center;
        position: absolute;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .7;
        left: 0px;
    }

    .sider-bar .side-section5 .estateIdeaBx1 .idea-overlay-des {
        text-align: center;
        position: absolute;
        top: 0px;
        width: 100%;
        color: #fff;
        padding: 20% 20%;
    }

        .sider-bar .side-section5 .estateIdeaBx1 .idea-overlay-des h5 {
            font-size: 13px;
            color: #3b9dcc;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .sider-bar .side-section5 .estateIdeaBx1 .idea-overlay-des p {
            font-size: 15px;
            font-weight: bold;
        }

.sider-bar .side-section6 h3 {
    color: #444444;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.sider-bar .side-section6 i {
    color: #3b9dcc;
    font-size: 26px;
    margin-right: 10px;
}

.sider-bar .side-section6 .owl-theme .owl-controls {
    position: relative !important;
    text-align: right;
    top: -40px !important;
}
/* 11. blog detail page css start here*/

.blog-author-section {
    background: #fbfbfb;
    padding: 50px;
    margin: 70px 0px;
}

    .blog-author-section:after {
        content: "";
        clear: both;
        display: block
    }

    .blog-author-section figure {
        width: 120px;
        height: 120px;
        float: left;
        border-radius: 100%;
        overflow: hidden;
    }

    .blog-author-section .abt-author {
        float: left;
        margin-left: 4%;
        width: 68%;
    }

        .blog-author-section .abt-author h3 {
            font-size: 20px;
            font-weight: bold;
            margin: 12px 0;
        }

.blog-cmt-section h2 {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.blog-cmt1 {
    background: #fbfbfb;
    padding: 50px;
    margin-bottom: 20px;
    position: relative
}

    .blog-cmt1:after {
        content: "";
        clear: both;
        display: block
    }

    .blog-cmt1 figure {
        width: 100px;
        height: 100px;
        float: left;
        border-radius: 100%;
        overflow: hidden;
    }

    .blog-cmt1 .abt-author {
        float: left;
        margin-left: 4%;
        width: 80%;
    }

        .blog-cmt1 .abt-author h3 {
            font-size: 18px;
            font-weight: bold;
            margin: 12px 0 15px;
            text-transform: uppercase
        }

            .blog-cmt1 .abt-author h3 span {
                font-weight: normal;
                text-transform: none;
                font-size: 14px;
                font-family: "Arimo", sans-serif;
                margin-left: 20px;
                color: #3b9dcc;
                font-style: italic;
            }

.reply-btn {
    position: absolute;
    right: 72px;
    top: 30px;
}

    .reply-btn button {
        background: #f0f0f0;
        border-radius: 30px;
        border: none;
        padding: 6px 30px;
    }

.spacerLft50 {
    margin-left: 80px;
}

.blog-cmt-section .cnct-frm ul li {
    float: left;
    margin-right: 2%;
    width: 32%;
}

    .blog-cmt-section .cnct-frm ul li:last-child {
        margin: 0px;
    }

.blog-cmt-section .cnct-frm input[type="text"] {
    border: none;
    box-shadow: none;
    border-radius: 0px;
    background: #fafafa;
    height: 54px;
    font-size: 13px;
    padding: 20px;
}

.blog-cmt-section .cnct-frm textarea {
    border: none;
    box-shadow: none;
    border-radius: 0px;
    background: #fafafa;
    height: 150px;
    font-size: 13px;
    padding: 20px;
}

.blog-cmt-section .cnct-frm .cmn-btn2 {
    margin-top: 10px;
    margin-bottom: 70px;
}

.heading-cmt {
    margin: 60px 0px 40px;
}

.blog-ttl span {
    font-size: 35px;
    font-weight: bold;
    color: #3b9dcc;
    margin-right: 5px;
}

.blog-ttl img {
    margin: 0px 20px;
}
/* 12. portfolio1 page css strt here*/

.portfolio1-wrapper {
    margin-bottom: 90px;
}

.port-over-bx {
    border: 2px solid #fff;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    height: 50px;
    padding: 0 14px;
    text-align: center;
    width: 155px;
    margin-top: 36px
}

.port-des {
    display: inline-block;
    width: 70%;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
}

.plus-lightbox2 {
    background: url(../images/plus.png) center top 3px no-repeat;
    bottom: 12px;
    height: 50px;
    width: 50px;
    color: red;
    cursor: pointer;
    display: inline-block
}

.label-text h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.portfolio1-wrapper #portfoliolist .portfolio {
    width: 33.33%
}

.portfolio1-wrapper .portfolio-area #portfoliolist .portfolio:nth-child(1) {
    width: 33.33%;
    height: auto
}

.portfolio1-wrapper .portfolio-area #portfoliolist .portfolio:nth-child(5) {
    clear: both;
    height: 331px;
    top: 660px;
    width: 66.66%;
}
/* 13. portfolio2 page css strt here*/
.portfolio2-wrapper {
    margin-bottom: 90px
}

    .portfolio2-wrapper .portfolio-area #portfoliolist .portfolio:nth-child(1) {
        width: 33.33%;
        max-height: 654px
    }
/* 14. portfolio3 page css strt here*/
.portfolio3-wrapper {
    margin-bottom: 90px
}

    .portfolio3-wrapper .portfolio-area #portfoliolist .portfolio:nth-child(5) {
        float: left;
        margin-right: 0px;
    }

    .portfolio3-wrapper .portfolio-area #portfoliolist .portfolio:nth-child(6) {
        float: left;
        margin-right: 0px;
    }

#rot1 img {
    max-width: 100%;
    width: 470px;
}

    #rot1 img:nth-child(2) {
        display: none;
    }

#rotmenu .info_image img {
}

.villa-description {
    margin-top: 30px;
}

    .villa-description .villa-features {
        width: 70%;
        float: left
    }

        .villa-description .villa-features div {
            display: inline-block;
            margin-right: 20px
        }

            .villa-description .villa-features div i {
                margin-right: 10px;
            }

            .villa-description .villa-features div img {
                width: auto !important;
                height: auto
            }

    .villa-description .villa-priceBx {
        width: 30%;
        float: left
    }

        .villa-description .villa-priceBx span {
            font-size: 25px;
            font-weight: bold;
            color: #3b9dcc;
        }
