
/*
Template Name: Light House html5 templete
Author:  CrazyCafe
Author URI:
Version: 1.0

====/========        ===== ==/====/
             CSS Index
====/========        =======/====/

01. reset CSS         ====================>

02. preloader css     ====================>>>

03.Header area css    ====================>>

04.Welcome area css   ====================>>

05.Home 2 area css   ====================>>>

06.Home 3 area css   ====================>>>

07.About area css     ====================>>>

08.about v2 area css    ====================>>>

09.agent area css    ====================>>>

10.agent details area css      ====================>>>

11. blog area css      ====================>>>

12.blog details area css        ====================>>

13.blog masonry css        ====================>>>

14.blog sidebar css        ====================>>>

15.contact css        ====================>>>

16.contact v2 css        ====================>>>

17.faq css        ====================>>>

18.login css        ====================>>>

19.pricing css        ====================>>>

20.properties Two css ====================>>>

21.properties masonry css ====================>>>

22.properties list css ====================>>>

23.properties details css ====================>>>

24properties sidebar css ====================>>>

25.properties v1 css ====================>>>

26.properties v2 css ====================>>>

27.ptestimonial css ====================>>>

*/

@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");

/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
textarea:focus{
    outline: none;
}
a:focus,
a:hover,
a:visited,
input,
.bootstrap-select>.dropdown-toggle,
input:hover,
.bootstrap-select>.dropdown-toggle:hover,
input:focus,
.bootstrap-select>.dropdown-toggle:focus,
input:active,
.bootstrap-select>.dropdown-toggle:active,
select {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 15px;
}


/*
 *****************************************
 >>> |.header Start
 *****************************************
*/



.header-area {
    width: 95%;
    background-color:transparent;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 50px;
    padding: 10px 0px;
    position: absolute;
    top: 10px;
    z-index: 999;
    left: 2.5%;
    background-color: rgba(255, 255, 255, 0.691);
}

.logo {
    width: 220px;
}

.responsive_menu{
    display: none;
}

.project-title-section{
    margin-top: 100px;
}

a.header-global-btn {
    background: #000;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    min-width: 180px;
    text-align: center;
    padding: 10px 0px;
    margin-top: 7px;
}

a.header-global-btn:hover {
    background: grey;
    color: #fff;
}


@media only screen and (min-width: 768px) {

    .mainmenu-area ul{
        display: flex;
        justify-content: center;
        align-items: center;
    }

.mainmenu-area ul li {
    display: inline-block;
    position: relative;
}
.mainmenu-area ul li a {
    display: inline-block;
    font-weight: 500;
    color: #000; 
    padding-right: 18px;
    padding-top: 18px;
}

.mainmenu-area ul li a:hover {
    color: grey;
}

.slicknav_menu {
    display: none;
}

.mainmenu-area {
    text-align: center;
}
ul.drop-menu {
    position:  absolute;
    left: -20px;
    top: 60px;
    width: 200px;
    z-index:  99;
    background:  #fff;
    padding-top: 8px;
    padding-bottom: 20px;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    opacity:  0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-bottom-left-radius:  4px;
    border-bottom-right-radius:  4px;
}

ul.drop-menu li {
    display:  block;
}

ul.drop-menu li a {
    display:  block;
    text-align:  left;
    padding-left:  20px;
}

.mainmenu-area ul li:hover ul.drop-menu, .home2-mainmenu ul li:hover ul.drop-menu {
    top:  40px;
    visibility:  visible;
    opacity:  1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

}

/*home 2 & home 3 drop menu*/
ul.drop-menu.drop-2 {
    background: grey;
}

ul.drop-menu.drop-2 li, ul.drop-menu.drop-3 li {
    display:  block;
}

ul.drop-menu.drop-2 li a, ul.drop-menu.drop-3 li a {
    display:  block;
}
ul.drop-menu.drop-2 li a {
    font-weight: 500;
    padding-bottom: 5px;
}
ul.drop-menu.drop-2 li a:hover{
    color: #fff;
}

ul.drop-menu.drop-2 {
    padding-top:  20px;
}

.home2-mainmenu ul li:hover .drop-menu.drop-2{
    top: 20px;
}
.home2-mainmenu ul.drop-menu.drop-3 li a {
    color: #555;
    padding-bottom: 6px;
}

.home2-mainmenu ul li:hover .drop-menu.drop-3{
    top:50px;
}
ul.drop-menu.drop-3 {
    border: 1px solid #ddd;
}
/*hero area css*/

.hero-area {
    background: url(assets/img/home-1-hero-bg.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.hero-area:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
    opacity: .45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    z-index: -1;
}

.hero-area {
    padding-top: 80px;
    padding-bottom: 80px;
}

.hero-single-slide h1 {
    color: #ffffff;
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 17px;
}

.hero-single-slide h4 {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 28px;
}

.hero-single-slide a {
    color: #ffffff;
    font-weight: 500;
    margin-left: 32px;
}

.hero-single-slide a.header-global-btn {
    color: #202020;
}

.hero-single-slide a.header-global-btn:hover {
    color: #fff;
}

.hero-schdule {
    background: #ffffff;
    padding: 30px;
    border-radius: 4px;
}

.hero-schdule h3 {
    font-size: 25px;
    color: #313131;
    margin-bottom: 35px;
}

.hero-nice-select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0px;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    margin-bottom: 19px;
}

.hero-nice-select ul {
    width: 100%;
}

a.header-global-btn.cta1 {
    margin-top: 14px;
    background: #313155;
    color: #fff;
}

a.header-global-btn.cta1:hover {
    background: grey;
    color: #20202e;
}

.hero-slide {
    padding-top: 70px;
}







/*featured area css*/

.featured-area {
    border-bottom: 1px solid #f0f0f0;
}

.section-padding {
    padding: 80px 0px;
}

.featured-single-slide img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.featured-left-text h2 {
    font-size: 30px;
    color: #313131;
    margin-bottom: 25px;
}

.featured-left-text p {
    font-weight: 400;
    color: #777777;
}

a.featured-btn {
    padding: 15px 65px;
    color: #202020;
    border: 2px solid grey;
    display: inline-block;
    margin-top: 40px;
    border-radius: 4px;
}

a.featured-btn:hover {
    background: grey none repeat scroll 0 0;
    color: white;
}

.featured-slide-text {
    padding-top: 30px;
}

.featured-slide-text h4 {
    font-size: 20px;
    color: #313131;
    margin-bottom: 13px;
}

.featured-slide-text p {
    color: #777777;
    font-weight: 300;
    margin-bottom: 10px;
}

.featured-slide-text p i {
    margin-right: 15px;
}

span.featured-price {
    background: grey;
    color: white;
    border-radius: 7px;
    padding: 4px;
}

span.featured-details {
    margin-top: 12px;
    display: inline-block;
    color: #313131;
    margin-bottom: 30px;
}

span.featured-details span {
    padding-right: 26px;
}

span.calender-cta {
    color: #777777;
    font-weight: 300;
}

a.featured-btn-cta {
    padding: 6px 35px;
    border: 2px solid grey;
    float: right;
    border-radius: 4px;
    color: #313131;
}

a.featured-btn-cta:hover {
    background: grey;
    color:  white;
}

.featured-slide .owl-nav div {
    position: absolute;
    left: -350px;
    font-size: 35px;
    -webkit-transition: .4s;
    transition: .4s;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 87px;
    bottom: 0;
}

.featured-slide .owl-nav .owl-next {
    left: -285px;
}

.featured-slide .owl-nav div:hover {
    color: #facc55;
    background: #fbfbfb;
}


/*service area css*/

.featured-area {
    border-bottom: 1px solid #f0f0f0;
}

.section-title h2 {
    font-size: 30px;
    color: #313131;
    margin-bottom: 29px;
}

.section-title p {
    color: #777777;
}

.section-title {
    margin-bottom: 80px;
}

.service-single-item h4 {
    color: #313131;
    font-size: 20px;
    margin-bottom: 22px;
    margin-top: 12px;
    margin-left: -30px;
}

.service-single-item p {
    color: #777777;
    font-size: 15px;
}

.service-area {
    border-bottom: 1px solid #f0f0f0;
}

.featured-slide-text.cta {
    background: #fcfcfc;
}

.featured-slide-text.cta h4,
.featured-slide-text.cta p,
.featured-slide-text.cta .featured-details,
.featured-slide-text.cta .calender-cta {
    padding-left: 20px;
}

.featured-slide-text.cta .featured-price {
    margin-left: 20px;
}

.featured-slide-text.cta a.featured-btn-cta {
    margin-right: 20px;
}

.featured-slide-text.cta hr {
    background: #ebebeb;
    margin-bottom: 22px;
}

.featured-slide-text.cta span.featured-details {
    margin-bottom: 5px;
}

.featured-slide-text.cta .featured-btn-cta:hover {
    background: grey;
    color: #fff;
}

.recent-properties {
    padding-bottom: 50px;
    padding-top: 20px;
}

.recent-properties .owl-nav div {
    position: absolute;
    left: 45%;
    bottom: -140px;
    font-size: 35px;
    color: #383838;
    -webkit-transform: translateX(-45%);
            transform: translateX(-45%);
    height: 70px;
    width: 70px;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    line-height: 75px;
}

.recent-properties .owl-nav .owl-next {
    left: 52%;
}

.recent-properties .owl-nav div:hover {
    color: grey;
    background: #fbfbfb;
}



/*agent area css*/

.agent-area {
    background: #fcfcfc;
}

.featured-slide-text.cta2 h4 {
    font-size: 18px;
    color: #313131;
}

span.client-meta {
    font-size: 16px;
    color: #777777;
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
}

span.cl {}

a.client-mail {
    display: block;
    color: #777777;
    font-weight: 300;
    margin-bottom: 10px;
}

a.client-mail i {
    padding-right: 6px;
}

span.client-social-icon a {
    color: #313131;
    padding-right: 10px;
    font-size: 16px;
}

span.client-social-icon a:hover {
    color: grey;
}

a.client-btn {
    font-weight: 500;
    color: #313131;
    float: right;
    padding: 6px 25px;
    border-radius: 4px;
    border: 2px solid grey;
    margin-top: 5px;
}

a.client-btn:hover {
    background: grey;
}

span.client-social-icon {
    margin-top: 13px;
    display: inline-block;
}


/*video area css*/

.video-area {
    background: url(assets/img/video-bg.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    display: table;
    width: 100%;
    height: 390px;
    position: relative;
    z-index: 1;
}

.video-area-tablecell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

a.play-btn i {
    height: 60px;
    width: 60px;
    background: #fff;
    line-height: 60px;
    font-size: 20px;
    color: #313131;
    border-radius: 100px;
    -webkit-transition: .4s;
    transition: .4s;
}

a.play-btn:hover i {
    background: grey;
}

.video-area:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #262626;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    z-index: -1;
}

.client-area {
    padding-top: 80px;
}


/*logo slide css*/

.logo-single-slide {
    cursor: pointer;
    border: 1px solid transparent;
}

.logo-single-slide:hover {
    border: 1px solid #f2f2f2;
}


/*footer css*/

.footer-widget-area {
    background: rgb(229, 229, 229);
    color: #000000;
    padding-top: 80px;
}

.footer-bottom-area {
    border-top: 1px solid #424172;
    padding-top: 27px;
    margin-top: 80px;
    padding-bottom: 14px;
}

.widget-left p {
    margin-top: 35px;
    margin-bottom: 25px;
}

.widget-left a {
    color: #000000;
    padding-right: 14px;
}

.widget-left a  img{
    width: 240px;
}

.widget-left a:hover {
    color: grey;
}

h4.widget-title {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 42px;
    position: relative;
}

h4.widget-title:after {
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 56px;
    height: 2px;
    content: "";
    background: grey;
}

.footer-single-widget ul li a {
    color: #000000;
    padding-bottom: 7px;
    display: inline-block;
}

.footer-single-widget-cta a {
    color: #000000;
    display: block;
}

.footer-single-widget-cta i {
    padding-right: 8px;
    color: grey;
}

.footer-single-widget-cta a {
    padding-bottom: 10px;
}

span.icon-float-left {
    float: left;
    height: 70px;
}

.footer-widget-3 input[type="email"], .blog-sidebar-right-form input[type="email"] {
    width: 80%;
    height: 50px;
    padding-left: 15px;
    font-size: 14px;
    border: none;
    margin-top: 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.footer-widget-3 input::-webkit-input-placeholder {
    color: #777777;
}

.footer-widget-3 input::-moz-placeholder {
    color: #777777;
}

.footer-widget-3 input:-ms-input-placeholder {
    color: #777777;
}

.footer-widget-3 input::placeholder {
    color: #777777;
}

.footer-single-widget-cta {
    margin-left: 30px;
}

button.widget-sent-btn {
    padding: 11px 18px;
    background: grey;
    border: none;
    margin-left: -4px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

button.widget-sent-btn:hover {
    opacity: 5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=500)";
}

.footer-bottom-area p a {
    color: grey;
}

.footer-single-widget ul li a:hover {
    color: grey;
}

.footer-single-widget-cta a {
    font-size: 14px;
}

.widget-content {
    font-size: 14px;
}

.footer-single-widget ul li a {
    font-size: 14px;
    padding-bottom: 0;
}

.widget-left p {
    font-size: 14px;
    line-height: 23px;
}

.footer-widget-3 p {
    font-size: 14px;
}

.hero-single-slide h4 {
    font-size: 16px;
}



/*
 *****************************************
 >>> | home 2 header Start
 *****************************************
*/

.home2-top-text span {
    color: #777777;
}

span.home2-top-text1 {
    margin-right: 40px;
}

span.home2-top-text2 span {
    color: #313131;
}

a.home2-top-call span {
    color: #313131;
}

a.home2-top-mail span {
    color: #313131;
}
a.home2-login-btn:hover {
  color: grey;
}
span.home2-top-text2 {
    margin-right: 18px;
    border-right: 1px solid #cbcbcb;
    padding-right: 18px;
}

a.home2-top-call {
    margin-right: 18px;
    padding-right: 18px;
    border-right: 1px solid #cbcbcb;
    color: #777777;
}

a.home2-login-btn {
    float: right;
    color: #313131;
    padding: 6px 23px;
    border: 1px solid grey;
    border-radius: 30px;
    margin-top: -8px;
}

a.home2-top-mail {
    color: #777777;
}

.home2-top-area {
    padding: 6px 0px;
    padding-bottom: 10px;
}

.home2-top-text {
    padding-top: 17px;
}

.home2-header-area {
    background: grey;
}

.home2-mainmenu ul li {
    display: inline-block;
    position: relative;
}

.home2-mainmenu ul li a {
    display: inline-block;
    color: #313131;
    padding-right: 18px;
}

.home2-right-header {
    float: right;
    width: 100%;
    padding-top: 13px;
}

span.home2-search {
    position: relative;
}

span.home2-search input[type="search"] {
    border: none;
    padding-left: 20px;
    width: 100%;
    border-radius: 30px;
    padding: 12px;
    padding-left: 20px;
}

span.home2-search input::-webkit-input-placeholder {
    color: #777;
}

span.home2-search input::-moz-placeholder {
    color: #777;
}

span.home2-search input:-ms-input-placeholder {
    color: #777;
}

span.home2-search input::placeholder {
    color: #777;
}

span.home2-search i {
    position: absolute;
    right: 0;
    top: 0;
    right: 16px;
    cursor: pointer;
    font-size: 20px;
}

.home2-mainmenu {
    padding-top: 27px;
}

.home2-logo {
    padding: 17px 20px;
    background: #fff;
}

.home2-single-properties-img img {
  width: 100%;
}
.home2-popular-img img {
  width: 100%;
}

/*home hero css*/

.home2-hero-area {
    background: url(assets/img/home2-hero-bg.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    padding-top: 140px;
    padding-bottom: 210px;
    color: #fff;
    z-index: 1;
}

.home2-hero-text h1 {
    font-weight: 700;
    margin-bottom: 8px;
}

.home2-hero-text p {
    font-size: 18px;
    font-weight: 400;
}

.home2-hero-text p i {
    margin-right: 16px;
    color: grey;
}

.home2-hero-text span img {
    margin-right: 12px;
}

a.home2-hero-btn,
a.home2-hero-btn-2 {
    font-size: 20px;
    color: #fff;
    padding: 17px 40px;
    border: 2px solid grey;
    font-weight: 400;
    border-radius: 4px;
}

.home2-hero-icon {
    margin-bottom: 47px;
    margin-top: 30px;
}

a.home2-hero-btn span {
    font-weight: 900;
    font-size: 25px;
}

a.home2-hero-btn-2 {
    margin-left: 20px;
    padding: 17px 30px;
    font-weight: 500;
}

a.home2-hero-btn:hover,
a.home2-hero-btn-2:hover {
    background: grey;
    color: #313131;
}

.home2-hero-text {
    position: relative;
    z-index: 1;
    padding: 30px;
    padding-bottom: 45px;
}

.home2-hero-text:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #1c1c1c;
    z-index: -1;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    border: 2px solid #403532;
}

.home2-hero-icon span {
    padding-right: 15px;
}

.home2-hero-area:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #1c1c1c;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    z-index: -1;
}


/*search area*/

span.home2-single-search input,
span.home2-single-search select,
.search-properties input[type="submit"] {
    width: 100%;
    height: 60px;
    border: 1px solid #cdcdcd;
    border-radius: 0px;
    font-size: 16px;
    padding-left: 20px;
}

span.home2-single-search input::-webkit-input-placeholder {
    color: #777777;
}

span.home2-single-search input::-moz-placeholder {
    color: #777777;
}

span.home2-single-search input:-ms-input-placeholder {
    color: #777777;
}

span.home2-single-search input::placeholder {
    color: #777777;
}

.search-properties h2 {
    margin-bottom: 25px;
    font-weight: 500;
    color: #313131;
    margin-left: -10px;
}

.search-properties {
    padding: 30px 20px;
    box-sizing: border-box;
}

.nice-select.home2-single-search.cta {
    width: 100%;
    height: 60px;
    border-radius: 0px;
    padding-top: 9px;
    border: 1px solid #cdcdcd;
    color: #777777;
}

.search-properties input[type="submit"] {
    width: 100%;
    cursor: pointer;
}

.margin_cta {
    padding: 4px;
}

.search-properties input[type="submit"]:hover {
    background: grey;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #313131;
}

.search-properties input[type="submit"] {
    -webkit-transition: .4s;
    transition: .4s;
    width: 93%;
    border-radius: 4px;
    color: #777;
}

a span.home2-single-search {
    color: #313155;
    margin-top: 16px;
    display: inline-block;
}

.nice-select.home2-single-search.cta ul {
    width: 100%;
}

.search-properties {
    padding: 30px 30px;
    box-sizing: border-box;
    box-shadow: 0px 6px 13px -4px #ddd;
    margin-top: -65px;
    background: #fff;
    z-index: 1;
    position: relative;
}

.section-title.cta h2 {
    color: #313155;
}

.section-title.cta {
    margin-bottom: 30px;
}



/*home 2 properties area css*/

.home2-single-properties {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

.home2-single-properties-overlay-text h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 25px;
}

.home2-single-properties-overlay-text p {
    font-weight: 400;
    border-bottom: 1px solid #4c4f49;
    padding-bottom: 14px;
    margin-bottom: 10px;
    padding-left: 25px;
}

.home2-single-properties-overlay-text span {
    font-size: 16px;
    font-weight: 700;
}

span.ctss-bdr {
    height: 20px;
    width: 1px;
    background: #fdb45f;
    display: inline-block;
    margin: 0px 10px;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
}

.home2-single-properties-overlay-text {
    position: absolute;
    top: 40%;
    color: #fff;
    width: 100%;
}

.home2-single-properties-overlay-text p i {
    color: grey;
    margin-right: 8px;
}

.home2-single-properties-text span {
    color: #313131;
    font-size: 25px;
    font-weight: 500;
    margin-top: 7px;
    display: inline-block;
}
a.home2-view-more {
    float: right;
    padding: 8px 20px;
    color: #313131;
    background: grey;
    border-radius: 4px;
    font-weight: 500;
}
a.home2-view-more:hover {
    background:  #313131;
    color:  grey;
}
.home2-single-properties-text {
    margin-top: 16px;
}

.home2-single-properties-img {
    position: relative;
}

home2-single-properties-img:after {

    opacity: 0.89;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=89)";
    position: absolute;
    left: 230px;
    top: 1255px;
    width: 360px;
    height: 186px;
    z-index: 595;
    content: "";
}
span.home2-properties-meta {
    padding-left:  25px;
}

.home2-single-properties-img:after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#303030+0,303030+0,303030+0,303030+0,303030+99&0+0,1+79 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 1) 79%, rgba(48, 48, 48, 1) 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 1) 79%, rgba(48, 48, 48, 1) 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00303030', endColorstr='#303030', GradientType=0);
    /* IE6-9 */
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    /* background: #303030;*/
    opacity: 0.89;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=89)";
}

.home2-pagination ul.pagination {
    display:  inline-block;
    border-radius: inherit;
}

.home2-pagination ul.pagination li {
    display:  inline-block;
}

.home2-pagination ul.pagination li a {
    display:  inline-block;
    height:  40px;
    width:  40px;
    border:  1px solid #dadada;
    color:  #313131;
    margin: 0px 4px;
    line-height: 25px;
    border-radius:  0px;
}

.home2-pagination ul.pagination li a i {
    font-size:  20px;
}

.home2-pagination ul.pagination li a:hover {
    background:  #313131;
    color:  #fff;
    border:  1px solid transparent;
}
.home2-pagination li.page-item.cta {
    margin-right:  10px;
}

.home2-pagination li.page-item.ctas {
    margin-left:  10px;
}
.home2-pagination {
    margin-top: 60px;
}


/*home 2 featured area css*/

.home2-single-properties-text.cta
 span {
    color:  #fff;
}

.home2-single-properties-text.cta {
    margin-left:  25px;
}

.home2-single-properties-text.cta
 a {
    float:  inherit;
    margin-left:  30px;
    padding: 10px 24px;
}
.home2-featured-left-text {
    display:  table;
    width: 100%;
    height:  100%;
}

.home2-featured-left-text-table {
    display:  table-cell;
    vertical-align:  middle;
    -webkit-box-pack:  center;
        -ms-flex-pack:  center;
            justify-content:  center;
}

.home2-featured-left-text-table h4 {
    font-size:  20px;
    font-weight:  500;
    margin-bottom:  30px;
    color:  #313131;
}

.home2-featured-left-text-table p {
    color:  #777777;
    margin-bottom:  0px;
}

.home2-featured-area h2 {
    margin-bottom: 50px;
}
.home2-featured-area {
    padding-bottom: 100px;
}

.home2-featured-slide .owl-dots div {
    height: 15px;
    width: 15px;
    background: #adadad;
    margin: 0px 6px;
    border-radius:  100px;
    display:  inline-block;
}

.home2-featured-slide .owl-dots div.active {
    background: #2c2c2c;
}

.home2-featured-slide .owl-dots {
    text-align:  center;
}

/*home2 video are css*/
.video-area.cta{
    background: url(assets/img/home2-video-bg.jpg);
}
.home2-video-text h2 {
    font-size:  30px;
    color:  #fff;
    margin-bottom: 20px;
}
.home2-video-text p {
    color: #fff;
    margin-bottom: 24px;
}

/*home 2 popuplar area css*/
.home-2-popular-text a {
    float:  inherit;
    padding: 12px 40px;
    font-weight:  500;
    margin-left: -30px;
    visibility:  hidden;
    opacity:  0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
}

.home2-popular-single-tems {
    position:  relative;
}

.home-2-popular-text {
    position:  absolute;
    top: 50%;
    left:  50%;
    color:  #fff;
    -webkit-transform: translateX(-50%)translateY(-50%);
            transform: translateX(-50%)translateY(-50%);
    text-align:  center;
}

.home-2-popular-text h4 {
    font-weight:  500;
    font-size:  20px;
    margin-bottom: 7px;
}

.home-2-popular-text p {
    font-weight:  500;
    margin-bottom:  20px;
}

.home2-popular-img {
    position:  relative;
    overflow:  hidden;
}

.home2-popular-img:after {
    position:  absolute;
    left:  0;
    top:  0;
    height:  100%;
    width:  100%;
    content:  "";
    background: #262626;
    opacity:  .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.home2-popular-single-tems:hover
 .home-2-popular-text a {
    visibility:  visible;
    opacity:  1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    margin-left: 0px;
}

.home2-popular-img img {
    -webkit-transition: .6s;
    transition:  .6s;
}

.home2-popular-single-tems:hover .home2-popular-img img {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
}
.margin-top-30 {
    margin-top: 30px;
}


/*home 2 counter css*/
.home2-counter-area {
    background:  rgb(210, 210, 210);
    padding: 60px 0px;
}

.home-2-single-count img {
    float:  left;
}

.home2-counter-text h2 {
    font-size:  30px;
    font-weight:  500;
    color:  #313131;
    margin-bottom: 0px;
}

.home2-counter-text h4 {
    font-size: 18px;
    font-weight:  400;
    color:  #313131;
}

.home2-counter-text {
    margin-left: 85px;
}

/*home3 testimonial slide */

.home2-testimonial-table {
    position:  relative;
}

.home2-testimonial-table a {
    position:  absolute;
    top:  50%;
    left:  50%;
    text-align:  center;
    -webkit-transform: translateY(-50%)translateX(-50%);
            transform: translateY(-50%)translateX(-50%);
    z-index: 1;
}

.home2-testimonial-table a i {color:  grey;}

.home2-testimonial-table a:hover
 i {
    color: #333;
}

.home2-testimonial-table:after {
    position:  absolute;
    left:  0;
    top:  0;
    height:  100%;
    width:  100%;
    content:  "";
    background: #2d2d2d;
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.home2-testimonial-slide-bottom .slick-arrow {
    position:  absolute;
    left: -50px;
    top: 50%;
    font-size:  30px;
    -webkit-transition: .4s;
    transition:  .4s;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
}

.home2-testimonial-slide-bottom .slick--next.slick-arrow {
    left: auto;
    right: -25px;
}

.home2-testimonial-slide-bottom .slick-arrow:hover {
    color:  grey;
}
.home2-testimonial-slide-bottom {
    margin-top: 35px;
}

/*home2 brand logo css*/

.no-margin {
    padding: 4px;
}

/*home2 footer-css*/
.home2-footer-widget {
    background: #313131;
    padding-top: 60px;
    padding-bottom: 15px;
    color: #fff;
}

.home2-footer-img img {
    position: absolute;
}

.home2-footer-left-items {
    margin-bottom: 32px;
    position:  relative;
}

.home2-footer-img-text h5 a {
    font-size:  16px;
    font-weight:  500;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.home2-footer-left-items:hover h5 a {
    color: grey
}

.home2-footer-img-text p {
    font-size:  16px;
    font-weight:  500;
    margin-bottom:  0px;
}

.home2-footer-img-text {
    margin-left:  115px;
    padding-top:  10px;
}

.home2-footer-social-icon a {
    display:  inline-block;
    height:  35px;
    width:  35px;
    border:  1px solid #fff;
    text-align:  center;
    line-height:  30px;
    border-radius:  100px;
    padding: 2px 10px;
    margin:  0px 4px;
}

.home2-footer-social-icon {
    margin-left: -18px;
    display:  inline-block;
    margin-top: 25px;
}

.home2-footer-social-icon a i {
    color:  #fff;
    font-size: 16px;
}

.home2-footer-social-icon a:hover {
    background:  grey;
    border:  1px solid transparent;
}

.home2-footer-social-icon a:hover
 i {color:  #313131;}

.home2-footer-social-icon a:first-child {
    padding-left: 12px;
}

.footer-single-widget.cta ul li a
 i {
    margin-right: 8px;
    -webkit-transition: .4s;
    transition:  .4s;
}

.footer-single-widget.cta ul li a:hover i {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
}
.footer-single-widget.cta ul li a {
    line-height: 37px;
}
.footer-single-widget-cta.cta i {
    color:  #fff;
}

.footer-bottom-area.cta {
    background:  grey;
    border:  none;
    margin:  0px;
    padding-top: 34px;
}
h4.widget-title.cta {
    margin-bottom: 70px;
}

/*
 *****************************************
 >>> | home 3 Start
 *****************************************
*/
.home2-header-area.cta {
    background: #313155;
    padding: 12px 0px;
}
.home2-header-area.cta ul li a {
    color:  #fff;
}
.home2-header-area.cta ul li a:hover {
    color:  grey;
}
.home2-mainmenu.cta {
    padding-top: 17px;
}

span.home3-quote {
    float:  right;
}

span.home3-quote a {
    padding: 15px 50px;
    color:  #313131;
    background:  grey;
    display:  inline-block;
    border-radius: 4px;
    font-weight:  500;
}

.home2-right-header.cta {
    padding-top:  0px;
}
.home3-logo {
    padding-top:  10px;
}
span.home3-quote a:hover {
    background:  #fff;
    color:  grey;
}
.hero-schdule.cta {
    width:  360px;
    position:  absolute;
    right: 14%;
    top: -620px;
    box-shadow: 0px 10px 22px #e9e9e9;
}

.home3-hero-schdule {
    position:  relative;
}
a.header-global-btn.cta12 {
    margin-top: 12px;
}

.home3-properties-area .slick-slide {
    margin: 0 15px;
}

.home3-properties-area .slick-list {
    margin: 0 -15px;
}

.home2-single-properties-overlay-text.cta span {
    font-weight: 500;
}

a.home3-properties-icon {
    padding: 5px 30px;
    background:  grey;
    color: #000000;
    font-size: 20px;
    border-radius: 5px;
    margin-left: 35px;
}

a.home3-properties-icon:hover {
    background: #313254;
    color: #fff;
}

a.home3-properties-icon:hover i {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
    color:  #fff;
}

a.home3-properties-icon i {
    -webkit-transition: .4s;
    transition: .4s;
}

.home2-single-properties-overlay-text.cta p {
    border-bottom:  0px;
    padding-bottom:  5px;
}

h4.border-656 {
    padding-left:  25px;
    font-size:  25px;
    color:  grey;
    border-bottom:  1px solid #505050;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-weight: 500;
}
.home2-single-properties-overlay-text.cta {
    top: 28%;
}
.home3-properties-slide .slick-arrow {
    position:  absolute;
    right: 60px;
    height:  40px;
    top: -130px;
    width:  40px;
    border:  1px solid #3e3e60;
    text-align:  center;
    line-height:  40px;
    color:  #3e3e60;
    -webkit-transition: .4s;
    transition: .4s;
    cursor: pointer;
}

.home3-properties-slide .slick--next.slick-arrow {
    right: 10px;
}

.home3-properties-slide .slick-arrow:hover {
    color:  grey;
}
.section-title.bg1 {
    background: url(assets/img/home3-pattern.png)no-repeat;
    background-size: cover;
    background-position: center;
    height: 60px;
    padding-top: 13px;
    padding-left: 10px;
}

/*home3 video area css*/
.video-area.cta2{
    background: url(assets/img/home3-video-bg.jpg)no-repeat;
    background-size: cover;
    background-position: center;
}


/*home3 featured css*/
.home2-single-properties-overlay-text.cta2 p {
    border:  none;
    padding-bottom: 4px;
}

a.client-btn.cta {
    color:  grey;
    font-weight:  500;
    border:  1px solid;
    padding: 9px 25px;
}

.home3-featured-boder {
    padding-top:  20px;
    margin-top: 26px;
    border-top: 1px solid #4a4644;
    padding-left:  25px;
    padding-right:  25px;
}

.home3-featured-boder span {
    font-size:  25px;
    font-weight:  500;
    margin-top: 15px;
    display:  inline-block;
}

a.client-btn.cta:hover {
    color:  #222;
    border:  1px solid transparent;
}
.section-title.cts5.bg1 {
    margin-bottom: 45px;
}

.home3-featured-slide .owl-nav div {
    position:  absolute;
    right:  60px;
    top: -94px;
    height:  40px;
    width:  40px;
    border:  1px solid #848399;
    text-align:  center;
    line-height:  40px;
    -webkit-transition: .3s;
    transition: .3s;
}

.home3-featured-slide .owl-nav .owl-next {
    right: 10px;
    left:  auto;
}

.home3-featured-slide .owl-nav div:hover {
    color:  #facc55;
}


/*home3 agent css*/
.home3-agent-slide-text h4, .home3-latest-news-single-slide h4 {
    font-size:  18px;
    color:  #313131;
    font-weight:  500;
    margin-top: 27px;
    margin-bottom: 5px;
}

.home3-agent-slide-text p, .home3-latest-news-single-slide p {
    font-weight: 400;
    margin-bottom: 5px;
    color:  #777777;
}

a.home3-agent-btn {
    font-weight:  500;
    color:  #313131;
}

a.home3-agent-btn:hover {
    color: grey;
}
a.home3-agent-btn i {
    -webkit-transition: .3s;
    transition:  .3s;
    -webkit-transform:  translateY(2px);
            transform:  translateY(2px);
}

a.home3-agent-btn:hover i {
    color:  #f9cb48;
    -webkit-transform: translateX(5px)translateY(2px);
            transform: translateX(5px)translateY(2px);
}

.home3-agent-img {
    position:  relative;
}

.img-shape img.display-hide {
    visibility: hidden;
    opacity:  0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 10px;
}

.img-shape img {
    position:  absolute;
    top: 32px;
}

.img-shape img {
    -webkit-transition: .4s;
    transition:  .4s;
}

.home2-agent-single:hover .img-shape img.display-hide {
    top:  32px;
    visibility:  visible;
    opacity:  1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


.home2-agent-single:hover .img-shape img.display-show {
    visibility:  hidden;
    opacity:  0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.home3-agent-slide .owl-nav div, .home3-testimonial-slide .owl-nav div, .home3-latest-news-slide .owl-nav div, .brand-logo-area.cta .owl-nav div {
    position:  absolute;
    right: 60px;
    top: -130px;
    height:  40px;
    width:  40px;
    border:  1px solid #85849a;
    text-align:  center;
    line-height:  40px;
    -webkit-transition: .4s;
    transition:  .4s;
}

.home3-agent-slide .owl-nav .owl-next, .home3-testimonial-slide .owl-nav .owl-next, .home3-latest-news-slide .owl-nav .owl-next, .brand-logo-area.cta .owl-nav .owl-next{
    right:  10px;
    left:  auto;
}

.home3-agent-slide .owl-nav div:hover, .home3-testimonial-slide .owl-nav div:hover, .home3-latest-news-slide .owl-nav div:hover, .brand-logo-area.cta .owl-nav div:hover {
    color:  grey;
}
.home3-agent-area {
    padding-bottom:  100px;
}

/*home3 counter css*/

.home2-counter-area.cta {
    background:  #313131;
    margin-bottom:  10px;
}

.home-2-single-count.cta .home2-counter-text h2 {
    color:  #fff;
}

.home-2-single-count.cta .home2-counter-text h4 {
    color: #dcdcdc;
}


/*home3 testimonial slide css*/

.home3-testimonial .home3-testimonial-single-slide img {
    height:  80px;
    width:  80px;
    display: inline-block;
}
.home3-testimonial-single-slide h4 {
    font-size:  18px;
    margin-top:  18px;
    color:  #313131;
    font-weight:  500;
    margin-bottom: 8px;
}

.home3-testimonial-single-slide h5 {
    color:  #777777;
    font-weight:  400;
    margin-bottom: 20px;
}

.home3-testimonial-single-slide p {
    color:  #777777;
}

.home3-testimonial-single-slide {
    padding: 30px 36px;
    box-shadow: 0px 41px 20px 0px #f4f4f4;
}

.home3-latest-news-single-slide h4 {
    line-height: 26px;
}
.home3-news-area {
    padding-bottom: 80px;
}

/*home3 logo slide*/
.logo-slides .logo-single-slide {
    border: 1px solid #f2f2f2;
}
.brand-logo-area.cta {
    padding-bottom:  80px;
}
.footer-widget-area.cta {
    background:  #000;
}

.footer-widget-area.cta .footer-bottom-area {
    border-top: 1px solid #000;
}


/*
 *****************************************
 >>> | about Start
 *****************************************
*/
.bread-camp-area {
    background: url(images/allpages.jpg)no-repeat;
    background-position: top;
    background-size: cover;
    color: #fff;
    padding: 120px 0px;
    position: relative;
    z-index: 1;
}

.breadcamp-title h1 {
    font-size: 50px;
    font-weight:  400;
}

.breadcamp-title h4 {
    font-size:  20px;
    margin-bottom:  0px;
}

.bread-camp-area:after {
    position:  absolute;
    left:  0;
    top:  0;
    height:  100%;
    width:  100%;
    content:  "";
    background:  #000;
    opacity:  0.30;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=56)";
    z-index:  -1;
}

.breadcamp-title h4 a {
    color:  #ffff;
}

.section-about-top-text h2 {
    font-size:  30px;
    font-weight:  400;
    color:  #313131;
    margin-bottom:  20px;
}

.section-about-top-text {
    padding-right: 150px;
}

.section-about-top-text p {
    color:  #777777;
}

.section-about-top-text p {
    margin-bottom: 30px;
}

hr.section-about-border {background: #ededed;margin-bottom: 55px;margin-top: 55px;}

.section-about-top-text h2 {
    font-size:  30px;
    font-weight:  400;
    color:  #313131;
    margin-bottom:  20px;
}

.section-about-top-text {
    padding-right: 150px;
}

.section-about-top-text p {
    color:  #777777;
}

.section-about-top-text p {
    margin-bottom: 30px;
}

hr.section-about-border {background: #ededed;margin-bottom: 55px;margin-top: 55px;}

.section-about-area {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 45px;
    padding-top: 80px;
}

.agent-area.cta {
    background:  none;
    border-bottom: 1px solid #f0f0f0;
}


/*about v2 css*/
.about-v2-text h2, .about-v2-center-text h2 {
    color:  #313131;
    font-size:  30px;
}

.about-v2-text p, .about-v2-center-text p {
    color:  #777777;
    margin-bottom: 25px;
}

.about-v2-center-text span {
    color:  #777777;
    font-weight:  300;
}

.about-v2-center-text p {
    margin-bottom:  0px;
    margin-top: 33px;
}
hr.about-v2-border {
    margin-top: 70px;
    background: #ededed;
}
.about-v2-area {
    padding-top: 80px;
}
.agent-area.cta2 {
    padding-top:  80px;
    background:  none;
}


/*
 *****************************************
 >>> | blog area start
 *****************************************
*/
.featured-slide-text.cta3 {
    padding-top: 16px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #f0f0f0;
    border-top: none;
    margin-top: 0px;
}
.featured-slide-text.cta3 span.calender-cta {
    margin-bottom: 6px;
    display:  inline-block;
}

.featured-slide-text.cta3 p {
    font-weight:  400;
}

.featured-slide-text.cta3 hr {
    background: #eeeeee;
    margin-bottom: 20px;
}
.featured-single-slide.cta3 {
    -webkit-transition: .4s;
    transition: .4s;
    margin: 15px 0px;
}

.featured-single-slide.cta3:hover {
    box-shadow:  0px 4px 30px #e9e9e9;
}

.featured-slide-text.cta3 span.calender-cta {
    margin-top: 8px;
}

.featured-slide-text.cta3 a.featured-btn-cta {
    border-radius: 0px;
    padding: 6px 30px;
    border: 1px solid grey;
}

/*
 *****************************************
 >>> | blog sidebar start
 *****************************************
*/
.blog-sidebar-left-text {
    padding: 30px 15px;
    border:  1px solid #f4f4f4;
}

.blog-sidebar-left-text h4 {
    color:  #313131;
    font-size:  20px;
}

.blog-sidebar-left-text p {
    color:  #777777;
    margin-bottom:  20px;
}

.blog-sidebar-left-text span.calender-cta {
    margin-right: 25px;
    font-weight:  400;
}

.blog-sidebar-left-text span.calender-cta i {
    margin-right: 10px;
}

.blog-sidebar-single-left {
    -webkit-transition: .4s;
    transition: .4s;
    margin-bottom: 30px;
}

.blog-sidebar-single-left:hover {
    box-shadow: 0px 14px 43px #e7e7e7;
}

span.blog-sidebar-search {
    position:  relative;
}

span.blog-sidebar-search input[type="search"] {
    width:  100%;
    font-size:  18px;
    background: none;
    border:  none;
    padding-bottom:  10px;
    border-bottom:  1px solid #dcdcdc;
}

span.blog-sidebar-search input::-webkit-input-placeholder {
}

span.blog-sidebar-search input::-moz-placeholder {
}

span.blog-sidebar-search input:-ms-input-placeholder {
}

span.blog-sidebar-search input::placeholder {
}

span.blog-sidebar-search i {
    position:  absolute;
    right: 10px;
    top:  8px;
    color:  #3e3e3e;
}

.blog-sidebar-right-single {
    margin-top: 30px;
}

h4.blog-sidebar-title {
    font-size:  18px;
    color:  #313131;
    font-weight:  400;
    border-bottom:  1px solid #f0f0f0;
    padding-bottom: 13px;
    position:  relative;
    margin-bottom: 23px;
}

h4.blog-sidebar-title:after {
    position:  absolute;
    left:  0;
    bottom: -2px;
    height: 4px;
    width: 90px;
    content:  "";
    background:  grey;
}

.blog-sidebar-right-single ul {
    list-style:  disc;
    color: #313131;
    margin-left: 16px;
    -webkit-transition: .4s;
    transition:  .4s;
}

.blog-sidebar-right-single ul li
 a {
    color: #777777;
    display:  inline-block;
    line-height: 38px;
}

.blog-sidebar-right-single ul li a:hover {
    color:  #313131;
}

.blog-sidebar-right-single ul :hover {
    color: grey;
}

.blog-sidebar-right-single.cta1 {}

.blog-sidebar-right-single.cta1 ul {
    -webkit-transition: .4s;
    transition:  .4s;
}

.blog-sidebar-right-post-text h5 {
    color:  #313131;
    font-size:  16px;
    -webkit-transition: .3s;
    transition: .3s;
}

.blog-sidebar-right-post-text span {
    color:  #777777;
}

.blog-sidebar-right-recent-post img {
    float: left;
}

.blog-sidebar-right-recent-post {
    margin-bottom: 40px;
    margin-top: 30px;
}

.blog-sidebar-right-post-text {
    margin-left: 113px;
}

.blog-sidebar-right-single.cta4 ul {
    list-style:  none;
}

.blog-sidebar-right-single.cta4
 a {
}

.blog-sidebar-right-single.cta5
 a {
    padding: 10px 17px;
    border: 1px solid grey;
    display:  inline-block;
    color:  #313131;
    margin-bottom:  10px;
    margin-right: 10px;
}

.blog-sidebar-right-single.cta5 a:hover {
    background:  grey;
}

.blog-sidebar-right-single.cta5
 h4 {
    margin-bottom: 35px;
}
.blog-sidebar-right-recent-post:hover .blog-sidebar-right-post-text h5 {
    color: grey;
}
.blog-sidebar-right-form input[type="email"] {
    width: 85%;
    background: #f8f8f8;
    font-size: 16px;
}
.blog-sidebar-right-form button.widget-sent-btn {
    border-radius:  0px;
    padding-bottom: 10px;
}

.blog-sidebar-right-form input::-webkit-input-placeholder {
    color:  #777777;
}

.blog-sidebar-right-form input::-moz-placeholder {
    color:  #777777;
}

.blog-sidebar-right-form input:-ms-input-placeholder {
    color:  #777777;
}

.blog-sidebar-right-form input::placeholder {
    color:  #777777;
}
.blog-sidebar-right-recent-post.cta {
    margin-bottom:  60px;
}

/*
 *****************************************
 >>> | blog masonry start
 *****************************************
*/
.featured-single-slide.blog-masonry{
    width: 30.66%;
    float: left;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 15px;
}

.featured-single-slide.blog-masonry:hover {
   box-shadow: 0px 4px 30px #e9e9e9;
}
.featured-single-slide.blog-masonry {
   -webkit-transition: .4s;
   transition: .4s;
}

.featured-single-slide.blog-masonry .featured-slide-text.cta3 {
 border: 1px solid #f0f0f0;
}
.featured-single-slide.blog-masonry:hover .featured-slide-text.cta3 {
 border: 1px solid transparent;
}
.featured-single-slide.blog-masonry h4 {
    font-size: 19px;
}
.featured-single-slide.blog-masonry p {
    font-size:  15px;
}


/*
 *****************************************
 >>> | blog details start
 *****************************************
*/
.blog-details-left-top img {
    margin-bottom: 20px;
}

.blog-details-left-top span.calender-cta {
    margin-right:  20px;
}

.blog-details-left-top span.calender-cta i {
    margin-right:  10px;
}

.blog-details-left-top h4 {
    font-size:  20px;
    color:  #313131;
    margin-top:  22px;
}

.blog-details-left-top p {
    color:  #777777;
}

.blog-details-left-top {
    margin-bottom:  40px;
}

.blog-details-left-center img {
    float:  right;
    margin-bottom:  30px;
}

.blog-details-left-center p {
    color: #777;
}

.blog-details-left-center {}

h4.blog-details-left-title {
    font-size:  20px;
    color:  #313131;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom:  30px;
}
.blog-details-left-share a {
    padding: 10px 25px;
    border:  1px solid;
    margin-right:  10px;
}

.blog-details-left-share a i {-webkit-transform: translateX(-15px);transform: translateX(-15px);}

a.blog-details-fb {
    color:  #3c5a96;
}

a.blog-details-fb:hover {
    background:  #3c5a96;
    color:  #fff;
    border:  1px solid transparent;
}

a.blog-details-tw {
    border:  1px solid #2aa3ef;
    color:  #2aa3ef;
}

a.blog-details-tw:hover {
    background:  #2aa3ef;
    border:  1px solid transparent;
    color:  #fff;
}

a.blog-details-gl {
    border:  1px solid #db4c3f;
    color:  #db4c3f;
}

a.blog-details-gl:hover {
    background:  #db4c3f;
    color:  #fff;
    border:  1px solid transparent;
}

a.blog-details-pin {
    border:  1px solid #bb0f23;
    color:  #bb0f23;
}

a.blog-details-pin:hover {
    background:  #bb0f23;
    color:  #fff;
    border:  1px solid transparent;
1px
    solid transition:;
}

a.blog-details-ins {
    color:  #509dc6;
}

a.blog-details-ins:hover {
    background:  #509dc6;
    color:  #fff;
    border:  1px solid transparent;
}

.blog-details-comment-single img {
    float:  left;
}

.blog-comment-text h5 {
    font-size:  16px;
    margin-bottom: 14px;
}

.blog-comment-text span {
    font-size:  14px;
    color: #484848;
}

.blog-comment-text p {
    color:  #777777;
    margin-bottom:  0px;
}

.blog-comment-text h5 a {
    color:  #535353;
    float:  right;
}

.blog-comment-text {
    margin-left: 120px;
}

.blog-details-comment-single {
    margin-bottom: 22px;
    margin-top: 42px;
}

.blog-details-comment-single.cta {
    margin-left: 60px;
}

.blog-details-comment-single.cta2 {
    border-bottom:  1px solid #f1f1f1;
    padding-bottom: 25px;
}

.blog-details-left-form {
    margin-top: 80px;
}

.blog-details-left-form form input[type=text], .blog-details-left-form form input[type=email], .blog-details-left-form form textarea {
    width: 100%;
    background:  #fafafa;
    border:  none;
    padding: 15px;
    margin-bottom: 30px;
    color:  #313131;
}

.blog-details-left-form form textarea {
    margin-bottom:  0px;
    height: 160px;
}

.blog-details-left-form form input::-webkit-input-placeholder {
    color: #313131;
}

.blog-details-left-form form input::-moz-placeholder {
    color: #313131;
}

.blog-details-left-form form input:-ms-input-placeholder {
    color: #313131;
}

.blog-details-left-form form input::placeholder {
    color: #313131;
}

.blog-details-left-form textarea::-webkit-input-placeholder {
    color: #313131;
}

.blog-details-left-form textarea::-moz-placeholder {
    color: #313131;
}

.blog-details-left-form textarea:-ms-input-placeholder {
    color: #313131;
}

.blog-details-left-form textarea::placeholder {
    color: #313131;
}

h4.blog-details-left-title.cta {
    margin-bottom: 60px;
}

.blog-details-left-form input[type="submit"] {
    color:  #313131;
    background: none;
    border:  none;
    padding: 13px 54px;
    background:  grey;
    border-radius:  4px;
    font-weight:  500;
    margin-top: 20px;
    -webkit-transition: .4s;
    transition:  .4s;
    cursor:  pointer;
}

.blog-details-left-form input[type="submit"]:hover {
    background:  #313254;
    color:  #fff;
}

/*
 *****************************************
 >>> | testimonial start
 *****************************************
*/
.section-testimonial-icon {
    margin-top:  30px;
}
.section-testimonial-items {
    margin-bottom:  60px;
}
.section-testimonial-items.cta {
    margin-bottom: 80px;
}
.section-testimonial-area {
    padding-top:  80px;
}
.home3-testimonial {
    padding-bottom: 60px;
}
.home3-testimonial-single-slide.cta.text-center {
    box-shadow:  none;
}

.section-testimonial-single {
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.section-title.cta66 {
    margin-bottom: 65px;
}

/*
 *****************************************
 >>> | login page start
 *****************************************
*/

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:checked+label,
[type="checkbox"]:not(:checked)+label {
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    padding-left: 30px;
    position: relative;
    font-weight: 400;
}

[type="checkbox"]:checked+label:before,
[type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #d0d0d0;
}

[type="checkbox"]:checked+label:after,
[type="checkbox"]:not(:checked)+label:after {
    content: "\f26b";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-family: Material-Design-Iconic-Font;
    line-height: 14px;
}

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}

.login-social.cta1 a {
    display:  block;
    background: black;
    margin-bottom:  10px;
    padding: 15px 0px;
    color:  #fff;
    font-weight:  400;
    font-size:  16px;
    padding-left: 90px;
}

.login-social.cta1 a i {
    margin-right: 15px;
    font-size:  25px;
}

.login-social.cta1 a {}

.login-social.cta1 a:nth-child(1) {
    background: #3c5a96;
}

.login-social.cta1 a:nth-child(2) {
    background:  #dd4b39;
}

.login-social.cta1 a:nth-child(3) {
    background:  #2cb9e9;
}

.login-form {
    margin-top: 15px;
}

.login-form ul li a {
    color:  #313131;
    font-size:  20px;
    font-weight:  500;
    padding-left:  0px;
    padding-right: 40px;
}

.login-form ul {
    border-bottom: 2px solid #f7f7f7;
    margin-bottom:  30px;
    padding-bottom:  10px;
}

.login-form ul li a.active {
    position:  relative;
}

.login-form ul li a.active:after {
    position:  absolute;
    left:  0;
    bottom: -12px;
    height: 2px;
    width: 65%;
    content:  "";
    background: grey;
}

.login-form form input[type="email"], .login-form form input[type="password"] , .login-form form input[type="text"] {
    width:  100%;
    border:  none;
    box-shadow: 0px 0px 60px #f6f6f6;
    margin-bottom: 20px;
    padding: 15px;
}

.login-form form input::-webkit-input-placeholder {
    color: #777777;
}

.login-form form input::-moz-placeholder {
    color: #777777;
}

.login-form form input:-ms-input-placeholder {
    color: #777777;
}

.login-form form input::placeholder {
    color: #777777;
}

span.forget-right {
    float:  right;
    color:  #313131;
    margin-bottom:  25px;
}
.login-form form input[type="submit"] {
  background: grey none repeat scroll 0 0;
  border: medium none;
  color: #313131;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-top: 30px;
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.login-form form input[type="submit"]:hover {
    background:  #313254;
    color:  #fff;
}

/*
 *****************************************
 >>> | pricing page start
 *****************************************
*/
.single-pricing-item {
    border:  1px solid #eaeaea;
    padding: 30px 0px;
}

.single-pricing-item h2 {
    font-size:  35px;
    color:  #313131;
    font-weight:  500;
    border: 2px solid #3e3e3e;
    display:  inline-block;
    padding: 5px 35px;
    border-radius:  30px;
    margin-bottom: 24px;
}

.single-pricing-item h3 {
    color:  #313131;
    font-size:  30px;
    font-weight:  500;
    margin-bottom:  30px;
}

.single-pricing-item ul li {
    color:  #313131;
    line-height: 38px;
}

a.price-btn {
    color:  #313131;
    font-weight:  500;
    padding: 10px 45px;
    border:  1px solid grey;
    display: inline-block;
    margin-top: 22px;
    border-radius:  3px;
}

.single-pricing-item.cta {
    background:  grey;
}

.single-pricing-item.cta a.price-btn {
    background:  #fff;
}

a.price-btn:hover {
    background:  grey;
}
.single-pricing-item h3 span {
    font-size: 18px;
}

/*
 *****************************************
 >>> | agent details page start
 *****************************************
*/
.agent-details-area{
    padding-top: 100px;
}
.agent-tab-area {
    padding-bottom:  80px;
}
.featured-single-slide.cta44 {
    margin-bottom:  30px;
    margin-top: 30px;
}
.agent-details-top-right span {
    color:  #777777;
}
.agent-details-left-img img {
  width: 100%;
}
.agent-details-top-right p {
    color:  #777777;
}
.agent-tab-menu ul li a {
    font-size:  18px;
    color:  #313155;
    font-weight:  500;
    background:  #f5f5f5;
    margin-right: 15px;
    min-width: 165px;
    text-align:  center;
    padding: 16px 10px;
}

.agent-tab-menu ul li a.active {
    background:  grey;
}

.agent-tab-item form input[type="email"], .agent-tab-item form input[type="password"], .agent-tab-item form input[type="text"], .agent-tab-item form textarea {
    width:  100%;
    background:  #f9f9f9;
    border:  none;
    margin-bottom:  15px;
    margin-top:  15px;
    padding-left:  20px;
    line-height:  55px;
    color:  #777;
}

.agent-tab-item form textarea {
    height: 180px;
    color: #777;
}

.agent-tab-item input::-webkit-input-placeholder {
    color: #777777;
}

.agent-tab-item input::-moz-placeholder {
    color: #777777;
}

.agent-tab-item input:-ms-input-placeholder {
    color: #777777;
}

.agent-tab-item input::placeholder {
    color: #777777;
}

.agent-tab-item form textarea::-webkit-input-placeholder {
    color: #777;
}

.agent-tab-item form textarea::-moz-placeholder {
    color: #777;
}

.agent-tab-item form textarea:-ms-input-placeholder {
    color: #777;
}

.agent-tab-item form textarea::placeholder {
    color: #777;
}

.agent-tab-item form input[type="submit"] {
    border:  none;
    color:  #202020;
    font-weight:  500;
    background: grey;
    padding: 12px 33px;
    border-radius:  3px;
    margin-top: 6px;
    -webkit-transition: .4s;
    transition: .4s;
    cursor: pointer;
}

.agent-tab-item form input[type="submit"]:hover {
    background: #313131;
    color: #fff;
}

.agent-tab-menu {
    margin-bottom: 16px;
    border-bottom:  1px solid #ececec;
    padding-bottom: 10px;
}

.footer-single-widget-cta.cta11 h5 {
    font-size:  16px;
    color:  #777;
    line-height:  25px;
}

.footer-single-widget-cta.cta11 {
    margin-left:  0px;
    margin-top:  20px;
}

.footer-single-widget-cta.cta11 a {
    color: #777;
    font-size: 16px;
    padding-bottom: 3px;
}
.footer-single-widget-cta.cta11 i{
    color:  #777;
    font-size:  16px;
}

.footer-single-widget-cta.cta11 p {
    color: #777;
}
.footer-single-widget-cta.cta11 .widget-content {
    color:  #777;
    font-size:  16px;
}

/*properties 2 css*/
.featured-single-slide.ctas22 {
    margin-bottom: 35px;
    margin-top: 35px;
}
span.featured-price.cta {
    background:  none;
    -webkit-transition: .3s;
    transition:  .3s;
}

.featured-single-slide.ctas22:hover span.featured-price.cta {
    background:  #facc55;
}

/*properties list css*/

.featured-slide-text.ctasas span.properties-list-titles {
    font-size: 25px;
    color: #313131;
    margin-bottom: 13px;
    font-weight: 700;
}

.featured-slide-text.ctasas {
    padding-top:  0px;
}
p.metas2 i {
    color: #facc55;
    margin-right: 5px;
}

span.featured-price.ctas2 {
    color: grey;
    background: none;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 10px;
    display: inline-block;
}

.featured-slide-text.ctasas span.featured-details span {
    font-size: 16px;
    font-weight: 500;
    color: #313131;
    border-right: 1px solid #fdb45f;
    padding-right: 9px;
    padding-left: 5px;
}
p.metas2 {
    margin-bottom: 20px;
}
.featured-slide-text.ctasas span.featured-details span:nth-child(4) {
    border-right: none;
}
.featured-slide-text.ctasas span.featured-details span:nth-child(1) {
    padding-left: 0px;
}
span.properties-days {
    float:  right;
    color:  #777777;
    font-weight:  300;
}

p.properties-list-meta {
    color: #313131;
    font-weight: 400;
    margin-top: 26px;
}

span.properties-author {
    color:  #777777;
    padding-right: 3px;
}

.properties-list-share span {
    color:  #313131;
    font-weight:  500;
    padding-right: 15px;
}

.properties-list-share a {
    color:  #313131;
    padding-right: 7px;
}
.featured-slide-text.ctasas span.featured-details {
    margin-bottom: 10px;
}
.properties-list-item {
    padding-bottom:  30px;
    border-bottom:  1px solid #ededed;
    margin-bottom: 50px;
}
.properties-list-item.cta {
    margin-bottom:  0px;
    padding-bottom:  0px;
    border-bottom:  none;
}

/*property masonry css*/
.home2-single-properties.ctasas {
    float:  left;
}

.home2-single-properties-overlay-text.cta2s p {
    border-bottom:  0px;
    margin-bottom: 0px;
}

.home2-single-properties-overlay-text.cta2s .home3-featured-boder {
    padding-top: 15px;
}

.home2-single-properties-overlay-text.cta2s {
    top: auto;
    bottom: 8%;
}
.home2-single-properties.ctasas {
    width: 30.66%;
    float: left;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 15px;
}

/*properties sidebar css*/
span.properties-sidebar-left-ctasd {
    float:  right;
    padding-top:  15px;
    font-size:  20px;
}

span.properties-result {
    margin-left: 95px;
    font-weight:  500;
    color:  #313131;
}

.nice-select.properties-top-select {
    display:  inline-block;
    float:  inherit;
    margin-left: 18px;
    border:  1px solid grey;
    border-radius:  0px;
    min-width:  220px;
    height: 50px;
    padding-top:  6px;
    color:  #313131;
    font-size:  16px;
}

.properties-sidebar-left-top {
    background:  #f7f7f7;
    padding:  15px;
}

.nice-select.properties-top-select ul {
    width:  100%;
}

span.properties-sidebar-left-ctasd i {
    margin-left: 15px;
}
.home2-single-properties.ctas12.ctasas {
    width: 48%;
    float: left;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 0px;
    margin-top: 30px;
}
h4.properties-sidebar-title {
    font-size:  20px;
    color:  #313131;
    font-weight:  500;
    margin-bottom:  0px;
    margin-top:  30px;
}

/*propertis sidebar right side*/
.properties-sidebar-right-search {
    background: grey;
    padding: 18px 10px;
    padding-bottom: 30px;
}

.properties-sidebar-right-search h3 {
    font-size:  25px;
    color:  #313131;
    font-weight:  500;
    margin-bottom: 25px;
}

.properties-sidebar-right-search
 form input[type="search"] {
    width:  100%;
    border:  none;
    color:  #313131;
    padding: 12px 16px;
}
.properties-sidebar-right-search
 form input::-webkit-input-placeholder{
    color:  #313131;
}
.properties-sidebar-right-search
 form input::-moz-placeholder{
    color:  #313131;
}
.properties-sidebar-right-search
 form input:-ms-input-placeholder{
    color:  #313131;
}
.properties-sidebar-right-search
 form input::placeholder{
    color:  #313131;
}
.nice-select.properties-top-select-right {
    width:  100%;
    border-radius:  0px;
    margin-top: 20px;
    height: 53px;
    padding-top:  6px;
    font-size:  16px;
    color:  #313131;
}
a.properties-sidebar-btn {
    color:  #313131;
    background:  #fff;
    width:  100%;
    display:  inline-block;
    padding:  12px 14px;
    margin-top: 20px;
}

a.properties-sidebar-right-btns {
    font-weight:  500;
    color:  #fff;
    background:  #313131;
    padding: 13px 40px;
    display:  inline-block;
    border-radius:  4px;
    margin-top: 20px;
}

a.properties-sidebar-right-btns:hover {
    color:  grey;
}

a.properties-sidebar-btn:hover {
    color:  grey;
}
.blog-sidebar-right-single.cta3 {
    margin-top: 50px;
}

.blog-sidebar-right-single.cta3 h4.blog-sidebar-title {
    margin-bottom: 50px;
    border-bottom:  none;
}

.blog-sidebar-right-single.cta3 h4.blog-sidebar-title:after {
    height:  2px;
}

.properties-sidebar-right-map {
    width: 431px;
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 10px #f4f4f4;
}

/*
 *****************************************
 >>> | single properties v1 start
 *****************************************
*/

.single-properties-v1-slide-bottom {
    padding:  0px 15px;
    margin-top: 5px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.single-properties-v1-single-slide-top {
    padding:  5px;
}

.single-properties-v1-slide-bottom .slick-arrow {
    position:  absolute;
    left:  0;
    top:  40px;
    font-size:  25px;
    color:  #313131;
    cursor: pointer;
}

.single-properties-v1-slide-bottom .slick--next.slick-arrow {
    left:  auto;
    right: 0;
}
.single-properties-v1-title h3 {
    font-size:  25px;
    color:  #313131;
    font-weight:  700;
}

span.ctsc {
    font-size: 16px;
    color: #313131;
    background:  grey;
    padding: 6px 14px;
    border-radius: 4px;
    margin-left:  20px;
}

span.ctas-right {
    font-weight: 500;
    float:  right;
    color: #313131;
}

span.metas-3 {
    float:  right;
    color: #777;
}

.single-properties-v1-title {
    margin-bottom: 46px;
}

.single-properties-details {
    margin-top: 55px;
}

h4.single-properties-title-cs {
    font-size:  20px;
    color:  #313131;
    font-weight:  500;
    padding-bottom: 30px;
    margin-bottom: 24px;
    border-bottom:  1px solid #e0e0e0;
}

.single-properties-details p {
    color:  #777777;
}

.single-property-details.cta2 {
    margin-top: 50px;
}

.single-property-details.cta2 h5 {
    font-size:  16px;
    font-weight:  700;
    color:  #313131;
}

.single-property-details.cta2 h5
 span {
    color:  #313131;
    font-weight:  400;
}

.single-property-details.cta3 {
    margin-top: 50px;
}

.single-property-details.cta3 a {
    color:  #313131;
    margin-bottom: 10px;
    display:  inline-block;
}

.single-property-details.cta3 a i {
    margin-right: 15px;
    -webkit-transition: .3s;
    transition:  .3s;
}

.single-property-details.cta3 a:hover i {
    -webkit-transform:  translateX(10px);
            transform:  translateX(10px);
    color:  grey;
}

.single-property-details.cta3 a:hover {
    color: grey;
}

.single-property-details.cta4 {
    margin-top: 40px;
}

.section-testimonial-items.cta5 {
    margin-top: 40px;
}

.single-property-agent {
    margin-top: 60px;
}

.single-property-agent img {
    margin-top:  15px;
}

.single-property-agent-text {
    margin-top:  10px;
}

.single-property-agent-text h4 {
    font-size:  20px;
    font-weight:  500;
    color:  #313131;
    margin-bottom:  10px;
}

.single-property-agent-text p {
    color:  #777777;
    margin-bottom: 9px;
}

.single-property-agent-text a {
    display:  block;
    color:  #777777;
    margin-bottom: 10px;
}

.single-property-social-icons a {
    display:  inline-block;
    color:  #313131;
    margin-right: 15px;
}

.single-property-social-icons {
    margin-top:  20px;
}

.single-property-social-icons a:hover {
    color:  grey;
}

.single-property-contact {
    margin-top: 50px;
}

.single-property-contact form input[type="text"], .single-property-contact form input[type="email"], .single-property-contact form textarea {
    width:  100%;
    background: #f7f7f7;
    border:  none;
    padding:  12px;
    margin-bottom: 20px;
    color:  #777;
}

.single-property-contact form textarea {
    height:  150px;
    margin-bottom:  10px;
}

.single-property-contact form input::-webkit-input-placeholder {
    color:  #313131;
}

.single-property-contact form input::-moz-placeholder {
    color:  #313131;
}

.single-property-contact form input:-ms-input-placeholder {
    color:  #313131;
}

.single-property-contact form input::placeholder {
    color:  #313131;
}

.single-property-contact form input[type="submit"], .contact-v2-bottom-area form input[type="submit"]{
    padding: 14px 30px;
    border:  none;
    background:  grey;
    font-weight:  500;
    border-radius:  4px;
    cursor:  pointer;
    -webkit-transition: .3s;
    transition:  .3s;
}

.single-property-contact form input[type="submit"]:hover, .contact-v2-bottom-area form input[type="submit"]:hover {
    background:  #000000;
    color: grey;
}


.single-property-right-form {
    background:  #f9f9f9;
    padding: 10px;
}

.single-property-right-form h3 {
    font-size:  25px;
    color:  #313131;
    font-weight:  500;
    padding-bottom:  12px;
    padding-top:  10px;
}

.single-property-single-contact {
    background:  #ffffff;
    margin-bottom: 10px;
    padding: 10px;
}

.single-property-single-contact input[type="text"] {
    width:  100%;
    border:  1px solid transparent;
    font-size:  14px;
    color:  #777777;
    padding: 7px;
    padding-left: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}
.single-property-single-contact input[type="text"]:hover {
    border: 1px solid #cfcfcf;
}

.single-property-single-contact input::-webkit-input-placeholder {
    color: #777;
}

.single-property-single-contact input::-moz-placeholder {
    color: #777;
}

.single-property-single-contact input:-ms-input-placeholder {
    color: #777;
}

.single-property-single-contact input::placeholder {
    color: #777;
}

.single-property-single-contact span, .single-property-single-contact-cta span {
    color:  #313131;
    padding-left: 10px;
    display:  inline-block;
    margin-bottom:  8px;
}

.single-propert-select {
    width: 100%;
    border-radius: 0px;
    background: #fff;
    border: none;
}

.single-property-single-contact-cta {
    background: #fff;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}
.single-propert-select ul {
    width:  100%;
}
.single-property-single-contact-cta span {
    margin-left: 0;
    color: #777;
    font-weight: 400;
    padding-left: 0px;
}

.single-property-single-contact-cta span.ctaclor {
    color: #313131;
    padding-left: 20px;
}
.single-property-right-form form input[type="submit"] {
    padding: 13px 46px;
    background:  grey;
    border:  none;
    border-radius:  4px;
    font-weight:  500;
    -webkit-transition: .3s;
    transition:  .3s;
    margin-bottom: 23px;
    margin-top: 23px;
    cursor:  pointer;
}

.single-property-right-form form input[type="submit"]:hover {
    background:  #000000;
    color: grey;
}
h4.blog-sidebar-title.ctas {
    font-weight:  500;
    font-size:  25px;
}
.blog-sidebar-right-post-text.cta
 h5 {
    font-size:  18px;
    font-weight:  500;
    color:  #313131;
}

/*
 *****************************************
 >>> | single properties v2 start
 *****************************************
*/

.single-properties-v1-single-slide-top img {
    width:  100%;
}
.single-properties-v2-slide-bottom .slick-arrow {
    position: absolute;
    left: 60px;
    top: -20px;
    font-size: 25px;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
}
.single-properties-v2-slide-bottom .slick-arrow:hover {
    color: grey;
}

.single-properties-v2-slide-bottom .slick--next.slick-arrow {
    top:  auto;
    bottom: -26px;
}
.single-properties-v2-slide-bottom {
    padding-top: 10px;
    margin-right: -15px;
}


.single-properties-v2-slide img {
    width:  100%;
 /*   height: 545px;*/
}

.single-properties-v2-slide-bottom .single-properties-v1-single-slide-top{
    padding-right: 0px;
    padding-left: 0px;
}
.single-properties-v2-slide-bottom .single-properties-v1-single-slide-top img{
    width: 100%;
}
.property-details-v2 h4.single-properties-title-cs {
    border-bottom:  none;
}

.property-details-v2 .single-property-details.cta3 {
    margin-top:  0px;
}

.property-details-v2 {
    border:  1px solid #f6f6f6;
    padding-bottom: 30px;
    padding-top:  30px;
    padding-left: 14px;
    padding-right: 15px;
}

.single-property-details.cta2 .property-details-v2 h5, .single-property-details.cta2 .property-details-v2 a {
    font-size: 15px;
}
.single-property-contact.cta {
    margin-top: 20px;
}

.single-property-contact.cta h4.single-properties-title-cs {
    margin-bottom:  0px;
    border-bottom:  none;
}

.single-property-contact.cta form textarea {
    height: 260px;
}
.single-property-agent-text.cta img {
    width:  100%;
}

.single-property-agent-text.cta h4 {
    margin-top:  30px;
}

.properties-sidebar-right-search.cta {
    background:  #fafafa;
}

.properties-sidebar-right-search form input::-webkit-input-placeholder {
    color: #777;
}

.properties-sidebar-right-search form input::-moz-placeholder {
    color: #777;
}

.properties-sidebar-right-search form input:-ms-input-placeholder {
    color: #777;
}

.properties-sidebar-right-search form input::placeholder {
    color: #777;
}

.properties-sidebar-right-search.cta .nice-select {
    border:  none;
    color: #777;
}

.properties-sidebar-right-search.cta a.properties-sidebar-btn {
    color:  #777;
}

.properties-sidebar-right-search.cta a .properties-right-side-btns {
    color:  #fff;
}
.properties-sidebar-right-search.cta a.properties-sidebar-right-btns {
    background: #313155;
}

.blog-sidebar-right-single.cts4 h4.blog-sidebar-title {
    border-bottom:  none;
}

.blog-sidebar-right-single.cts4 h4.blog-sidebar-title:after {
    height:  2px;
    width: 60px;
}
.blog-sidebar-right-single.cts4 {
    margin-top: 50px;
}

.blog-sidebar-right-recent-post {
    margin-bottom: 50px;
    margin-top: 30px;
}
.blog-sidebar-right-single.cts4 {
    margin-top: 50px;
}

.blog-sidebar-right-single.cts4 h5 {
    font-size: 15px;
}

.single-property-right-form.ctas5 {
    background: #313155;
    margin-top: 40px;
    display: inline-block;
}

.single-property-right-form.ctas5 h3.single-proerty-right-title {
    color: #fff;
}


/*faq css*/
.faq-left a {
    color:  #313131;
    font-size: 20px;
    font-weight:  500;
    padding-left:  0px;
    padding-bottom: 10px;
}

.faq-left a.active {
    color:  grey;
}

.faq-content h3 {
    font-size:  25px;
    color:  #313131;
    font-weight:  500;
    margin-bottom: 20px;
}

.faq-content p {
    color:  #777777;
}

/*contact v1 css*/
.single-property-contact.cfs2 h4, h3.contact-v1-rught-title {
    font-size:  25px;
    color:  #313131;
    margin-bottom: 25px;
    border-bottom:  none;
    font-weight: 500;
}

.single-property-contact.cfs2 form
 span {
    color:  #313131;
    margin-bottom: 16px;
    display:  inline-block;
}
.contact-v2-bottom-area form input[type="submit"] {
    padding: 15px 52px;
    margin-top: 12px;
}
.single-property-contact.cfs2 form input[type="text"], .single-property-contact form input[type="email"], .single-property-contact form textarea {
    margin-bottom: 14px;
}
.single-property-contact.cfs2 {
    margin-top: 0px;
}
.contact-v1-right {
    background:  #f7f7f7;
    padding-bottom:  80px;
    padding-top:  30px;
    margin-top: 58px;
}

span.contact-v1-icon {
    float:  left;
    height: 52px;
    width: 45px;
    font-size: 18px;
    background:  rgb(221, 221, 221);
    text-align:  center;
    line-height:  53px;
    color:  #202020;
    margin-top: 13px;
    -webkit-transition: .4s;
    transition: .4s;
}

span.contact-v1-icon a {
    color:  #202020;
}

.contact-right-v1-text {
    margin-left:  65px;
}

.contact-right-v1-text h5 {
    font-size:  18px;
    font-weight:  500;
    color:  #313131;
    margin-bottom:  10px;
}

.contact-right-v1-text p {
    font-size:  16px;
    margin-bottom:  0px;
    color:  #313131;
}

.contact-v1-right-single {
    margin-bottom:  30px;
}

.contact-right-v1-text a {
    color: #313131;
    font-size: 16px;
    display: block;
}

.contact-v1-right-single:hover span.contact-v1-icon, .contact-v1-right-single:hover span.contact-v1-icon a {
    background:  #111;
    color: #fff;
}
.single-property-contact.cfs2 form textarea {
    height: 200px;
}

/*contact v2 css*/
.contact-branch-left h3 {
    font-size:  25px;
    color:  #313131;
    font-weight:  500;
    margin-bottom: 40px;
}

.contact-branch-tab a {
    padding-left:  0px;
    color:  #313131;
    font-size:  18px;
    font-weight:  500;
    display:  block;
}

.contact-branch-tab li a {
    display:  block;
    padding: 12px 10px;
    background: #f7f7f7;
    margin-bottom: 10px;
    text-align:  center;
}

.contact-branch-tab ul {
    display:  inherit;
}

.contact-branch-tab a.active {
    background:  grey;
}
.branch-tab-content {
    padding-bottom: 30px;
    background:  #fbfbfb;
    padding-top:  30px;
    padding-left:  15px;
    padding-right: 15px;
}

.map-2 {
    margin-top:  28px;
}

.branch-tab-content span {
    color:  #313131;
    font-size:  16px;
    display:  block;
    margin-bottom: 10px;
}

.branch-tab-content a {
    color:  #313131;
}

.branch-tab-content i {
    margin-right: 12px;
}
.map-2 {
    border: 5px solid #fff;
    box-shadow: 0px 10px 20px #f1f1f1;
}

.contact-v1-right.cta {
    background:  none;
    border:  1px solid #f1f1f1;
    margin-top:  39px;
    padding-bottom: 99px;
}


/*contact v2 css*/
.contact-v2-bottom-area {
    padding-top: 70px;
    padding-bottom: 80px;
}

.contact-v2-title-bottom h4.single-properties-title-cs {
    border-bottom:  none;
    padding-bottom: 27px;
}

.contact-v2-bottom-area .single-property-contact.cfs2 form textarea {
    height: 272px;
}

/*404 css*/
.error-area {
    background: url(assets/img/404.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 190px 0px;
    color: #fff;
}
.error-area:after {
    position:  absolute;
    left:  0;
    top:  0;
    height:  100%;
    width:  100%;
    content:  "";
    background:  #111;
    z-index:  -1;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.error-area h1 {font-weight:  500;}

.error-area h2 {
    font-size:  30px;
    margin-bottom: 9px;
}

.error-area p {
    margin-bottom:  10px;
}

.error-area a {
    font-weight:  500;
    color: #202020;
    padding: 12px 50px;
    background:  grey;
    display:  inline-block;
    border-radius:  4px;
    margin-top: 15px;
}

.error-area a:hover {
    background:  #313254;
    color:  #fff;
}


/*preloader css*/
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.home-preloder {
    background: #313254;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.home-preloder .spinner {
    left: 45%;
    position: absolute;
    top: 30%;
}
.home-preloder .spinner div {
    background: hsl(0, 0%, 100%) none repeat scroll 0 0;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.mobilelogodiv{
    display: flex;
    align-items: center;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}










      .slider-container {
        position: relative;
        height: 100vh;
        overflow: hidden;
      }
      .slider-container img {
        width: 100%;
        min-height: 100vh;
        object-fit: cover;
        transition: transform 0.5s ease;
      }

      .slider-controls {
        position: absolute;
        top: 50%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        transform: translateY(-50%);
        z-index: 10;
      }
      .slider-btn {
        background: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        font-size: 24px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.3s;
        margin: 0 20px;
      }
      .slider-btn:hover {
        background: rgba(0, 0, 0, 0.8);
      }
      .slider-indicators {
        position: absolute;
        bottom: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
        z-index: 10;
      }
      .indicator {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        margin: 0 5px;
        cursor: pointer;
        transition: background 0.3s;
      }
      .indicator.active {
        background: white;
      }
      .slide {
        display: none;
        position: relative;
        width: 100%;
        height: 100%;
        transition: opacity 0.5s ease;
      }

      .slide-content {
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        width: 90%;
        max-width: 800px;
        padding: 30px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        opacity: 0;
        transition: opacity 0.5s ease;
        z-index: 5;
        margin-left: 200px;
      }
      

      .slide.active .slide-content {
        opacity: 1;
      }

      .slide-content h2 {
        font-size: 2.5rem;
        margin-bottom: 15px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #fff;
        text-align: center;
      }

      .slide-content > p {
        font-size: 1.2rem;
        margin-bottom: 25px;
        line-height: 1.6;
        font-weight: 300;
        text-align: center;
      }

      .slide-btnDiv{
        display: flex;
        justify-content: center;
      }

      .slide-btn {
        display: inline-block;
        padding: 12px 30px;
        background-color: grey;
        color: white;
        text-decoration: none;
        border-radius: 50px;
        font-weight: 600;
        font-size: 1rem;
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 1px;
      }

      .slide-btn:hover {
        background: #000;
        color: white;
      }

      /* Responsive adjustments */
      @media (max-width: 992px) {
        .slide-content{
                      margin-left: 0;
        }
        .slide-content h2 {
          font-size: 2rem;
        }

        .slide-content p {
          font-size: 1rem;
        }
      }

      @media (max-width: 768px) {

    .slider-btn {
        background: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        font-size: 16px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.3s;
        margin: 0 10px;
      }

        #apartments-slider{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    column-gap: 0px;
}


#plots-slider{
    display: grid;
    column-gap: 20px;
    grid-template-columns: repeat(1,1fr);
}


.responsive_menu{
    background-color: black;
    display: block;
}
        .header-btn{
    display: none;
}
.header-area {
    width: 95%;
    background-color:transparent;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 50px;
    padding: 2px 10px;
    position: absolute;
    top: 10px;
    z-index: 999;
    left: 2.5%;
}

.logo{
    width: 180px;
}
        .slider-container {
          position: relative;
          height: 50vh;
          overflow: hidden;
        }
        .slider-container img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: transform 0.5s ease;
        }
        .slide-content {
          padding: 20px;
          top: 50%;
          margin-left: 0;
        }

        .slide-content h2 {
          font-size: 1.25rem;
        }
        .slide-content p {
            width: 90%;
            margin: auto;
            text-align: center;
          font-size: 0.75rem;
          margin-bottom: 14px;
        }

        .slide-btn {
          padding: 7px 18px;
          font-size: 0.75rem;
        }
      }

      .slide.active {
        display: block;
        opacity: 1;
      }

      .slider {
        position: relative;
        height: 100%;
      }


/* Fixed Contact Form Styles */
.slider-contact-form {
  position: absolute;
  right: 100px;
  top: 45%;
  transform: translateY(-50%);
  width: 350px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 20;
}

.slider-contact-form h3 {
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 14px;
  text-align: center;
}

.form-group {
  margin-bottom: 12px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 6px 12px;
  border: 1px solid grey;
  border-radius: 5px;
  background-color: rgb(88, 88, 88);
  font-size: 14px;
  transition: all 0.3s;
  color: white;
}

.form-group input::placeholder,.form-group textarea::placeholder{
    color: white;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  /* border-color: #f5be23; */
}

.form-group textarea {
  min-height: 100px;
  resize: vertical;
}

.submit-btn {
  width: 100%;
  padding: 8px 12px;
  background-color: grey;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.submit-btn:hover {
  background-color: #000;
}


.slide-content {
  left: 20%;
  text-align: left;
  transform: translate(-20%, -50%);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .slider-contact-form {
    width: 300px;
    padding: 20px;
  right: 10px;
  top: 60%;
  }
  
  .slide-content {
    left: 15%;
    transform: translate(-15%, -50%);
              margin-left: 0;
  }
}

@media (max-width: 992px) {
  .slider-contact-form {
    display: none; /* Hide form on smaller screens */
  }
  
  .slide-content {
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);          margin-left: 0;
  }
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.modal-content {
  background-color: white;
  margin: 2% auto auto auto;
  padding: 30px;
  border-radius: 8px;
  width: 90%;
  max-width: 450px;
  position: relative;
  animation: modalopen 0.4s;
}


#modalContactForm > div{
    margin-bottom: 14px;
}
 
#modalContactForm > div > label{
    font-size: 14px;
    margin-bottom: 0px;
}

#modalContactForm > div >  input,
#modalContactForm > div > textarea,
#modalContactForm > div > select {
  width: 100%;
  padding: 5px 10px;
  border: none;
  border-bottom: 1px solid lightgrey;
  background-color: white;
  font-size: 14px;
  transition: all 0.3s;
  color: black;
}

#modalContactForm > div > input::placeholder,
#modalContactForm > div > textarea::placeholder{
    color: lightgray;
    font-size: 14px;
}

#modalContactForm > div > input:focus,
#modalContactForm > div > textarea:focus,
#modalContactForm > div > select:focus {
  outline: none;
}

#modalContactForm > div > textarea {
  min-height: 100px;
  resize: vertical;
}


@keyframes modalopen {
  from {opacity: 0; transform: translateY(-50px);}
  to {opacity: 1; transform: translateY(0);}
}

.close-modal {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
}

.close-modal:hover {
  color: #333;
}




.mainSliderImageContainer{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.mainSliderImageContainer > img{
    width: 100%;
}

#apartments-slider{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 20px;
}

#plots-slider{
    display: grid;
    column-gap: 20px;
    grid-template-columns: repeat(3,1fr);
}



/* Featured Projects Slider */
.featured-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.featured-slide-container {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

.featured-single-slide {
  flex: 0 0 50%;
  padding: 0 15px;
  box-sizing: border-box;
}

.featured-slide-nav {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
  margin-left: 15px;
}

.featured-slide-nav button {
  background: none;
  border: 1px solid #ddd;
  padding: 8px 15px;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.featured-slide-nav button:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}

.featured-left-text {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .featured-single-slide {
    flex: 0 0 100% !important;
  }
}

#brochure-download-container .download-brochure-btn {
  display: inline-block;
  background: grey;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  box-shadow: 0 2px 10px rgba(42,95,138,0.08);
  margin-bottom: 10px;
}
#brochure-download-container .download-brochure-btn:hover {
  background: black;
}
