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

:root{
    --primary-color: #C99C3E;
    /* --secondary-color: #a47e2c; */
    --secondary-color: #a97a13;

}


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

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 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999; /* Ensure it stays above other elements */
    background-color: #fff; /* Optional: give it a solid background */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional: subtle shadow */
    /* padding: 17px 0px; */
    padding: 15px 0px;
}

.logo {
    padding-top: 8px;
}

button.header-global-btn {
    background: var(--primary-color);
    display: inline-block;
    /* color: #202020; */
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    /* min-width: 220px; */
    text-align: center;
    padding: 14px 18px;
    cursor: pointer;
}

button.header-global-btn:hover {
    background: var(--secondary-color);
    color: #fff;
}
a.header-global-btn {
    background: var(--primary-color);
    display: inline-block;
    /* color: #202020; */
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    min-width: 220px;
    text-align: center;
    padding: 10px 8px;
    cursor: pointer;
}

a.header-global-btn:hover {
    background: var(--secondary-color);
    color: #fff;
}

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

.mainmenu-area ul li {
    display: inline-block;
    position: relative;
}
.mainmenu-area ul li a {
    display: inline-block;
    font-weight: 400;
    color: #313131;
    padding-right: 17px;
    padding-top: 15px;
}

.mainmenu-area ul li a:hover {
    color: var(--primary-color);
    cursor: pointer;
}

.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: var(--secondary-color);
}

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/buildingss.png)no-repeat; */
    background: url(assets/img/sobha-banner.png)no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    /* height: 100vh; */
}

.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; */
    color: #fff;
}

.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: var(--secondary-color);
    color: #fff;
}

a.header-global-btn.cta1:hover {
    background: var(--secondary-color);
    color: #20202e;
}

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

.hero-area .owl-nav div {
    position: absolute;
    bottom: -260px;
    font-size: 40px;
    color: #383838;
    z-index: 9;
    -webkit-transition: .4s;
    transition: .4s;
}

.hero-area .owl-nav .owl-next {
    left: 70px;
}

.hero-area .owl-nav:after {
    position: absolute;
    left: -300px;
    bottom: -273px;
    height: 80px;
    width: 519px;
    content: "";
    background: #fff;
    z-index: -1;
}

.hero-area .owl-nav {
    position: relative;
}

.hero-area .owl-nav div:hover {
    color: var(--secondary-color);
}


/*featured area css*/

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

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

.featured-single-slide img {
    width: 100%;
}

.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; */
    color: #fff;
    border: 2px solid var(--primary-color);
    display: inline-block;
    margin-top: 40px;
    border-radius: 4px;
}

a.featured-btn:hover {
    background: var(--secondary-color) none repeat scroll 0 0;
}

.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: var(--primary-color);
    padding-right: 15px;
    padding-bottom: 1px;
    padding-top: 2px;
}

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 var(--secondary-color);
    float: right;
    border-radius: 4px;
    color: #313131;
}

a.featured-btn-cta:hover {
    /* color:  var(--secondary-color);*/
    background: var(--secondary-color)
}

.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: 35px;
    color: var(--secondary-color);
    margin-bottom: 29px;
}

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

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

.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: var(--secondary-color);
    color: #313131;
}

.recent-properties {
    padding-bottom: 210px;
    padding-top: 80px;
}

.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: var(--secondary-color);
    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: var(--primary-color);
}

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

a.client-btn:hover {
    background: var(--primary-color);
}

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: var(--secondary-color);
}

.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: var(--primary-color);
    color: #fff;
    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: #fff;
    padding-right: 14px;
}

.widget-left a:hover {
    color: var(--primary-color);
}

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: var(--secondary-color);
}

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

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

.footer-single-widget-cta i {
    padding-right: 8px;
    color: var(--secondary-color);
}

.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: var(--primary-color);
    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: #fff;
}

.footer-single-widget ul li a:hover {
    color: var(--secondary-color);
}

.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: var(--primary-color);
}
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 var(--primary-color);
    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: var(--primary-color);
}

.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: var(--primary-color);
}

.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 var(--primary-color);
    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: var(--secondary-color);
    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: var(--primary-color);
    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: var(--secondary-color);
    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: var(--secondary-color);
}

.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: var(--primary-color);
    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: var(--primary-color);
    border-radius: 4px;
    font-weight: 500;
}
a.home2-view-more:hover {
    background:  #313131;
    color:  var(--primary-color);
}
.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:  var(--primary-color);
    padding: 60px 0px;
}

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

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

.home2-counter-text h4 {
    font-size: 18px;
    font-weight:  400;
    /* color:  #313131; */
    color:  #fff;
    margin: 0 0 5px !important;
}

.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:  var(--primary-color);}

.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:  var(--primary-color);
}
.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: var(--secondary-color)
}

.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:  var(--secondary-color);
    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:  var(--secondary-color);
    border:  none;
    margin:  0px;
    padding-top: 34px;
}
h4.widget-title.cta {
    margin-bottom: 70px;
}

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

span.home3-quote {
    float:  right;
}

span.home3-quote a {
    padding: 15px 50px;
    color:  #313131;
    background:  var(--primary-color);
    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:  var(--secondary-color);
}
.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:  var(--secondary-color);
    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:  var(--primary-color);
    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:  var(--secondary-color);
}
.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:  var(--primary-color);
    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: var(--secondary-color);
}
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:  var(--secondary-color);
}
.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:  #313131;
}

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


/*
 *****************************************
 >>> | about Start
 *****************************************
*/
.bread-camp-area {
    background: url(assets/img/breadcamp-bg.jpg)no-repeat;
    background-position: center;
    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:  .56;
    /* -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:  var(--secondary-color);
    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 var(--secondary-color);
}

/*
 *****************************************
 >>> | 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:  var(--primary-color);
}

.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: var(--secondary-color);
}

/* .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 var(--primary-color);
    display:  inline-block;
    color:  #313131;
    margin-bottom:  10px;
    margin-right: 10px;
}

.blog-sidebar-right-single.cta5 a:hover {
    background:  var(--secondary-color);
}

.blog-sidebar-right-single.cta5
 h4 {
    margin-bottom: 35px;
}
.blog-sidebar-right-recent-post:hover .blog-sidebar-right-post-text h5 {
    color: var(--secondary-color);
}
.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:  var(--primary-color);
    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: 0 10px 30px #f4f4f4;
    margin-bottom: 30px;
}
.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: var(--primary-color);
}

.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: var(--primary-color) 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 var(--primary-color);
    display: inline-block;
    margin-top: 22px;
    border-radius:  3px;
}

.single-pricing-item.cta {
    background:  var(--primary-color);
}

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

a.price-btn:hover {
    background:  var(--secondary-color);
}
.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:  var(--secondary-color);
    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:  var(--primary-color);
}

.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:  #fff;
    font-weight:  500;
    background: var(--primary-color);
    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: var(--secondary-color);
    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 var(--primary-color);
    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: var(--primary-color);
    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:  var(--secondary-color);
}

a.properties-sidebar-btn:hover {
    color:  var(--secondary-color);
}
.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:  var(--primary-color);
    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:  var(--secondary-color);
}

.single-property-details.cta3 a:hover {
    color: var(--secondary-color);
}

.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:  var(--primary-color);
}

.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:  100px;
    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:  var(--primary-color);
    color: #fff;
    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:  var(--secondary-color);
    color: #fff;
}


.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:  var(--primary-color);
    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: var(--secondary-color);
}
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: var(--primary-color);
}

.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: var(--secondary-color);
}

.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: var(--secondary-color);
    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:  var(--primary-color);
}

.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: 4px;
    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:  var(--primary-color);
    text-align:  center;
    line-height:  53px;
    color:  #fff;
    margin-top: 13px;
    -webkit-transition: .4s;
    transition: .4s;
}

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

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

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

.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: 100px;
}

/*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:  var(--primary-color);
}
.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: #fff;
    padding: 12px 50px;
    background:  var(--primary-color);
    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;
}

@-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);
  }
}

/*the end css*/





/* custom */
.pt-10{
    padding-top: 10px;
}
.pt-20{
    padding-top: 20px;
}
.pt-30{
    padding-top: 30px;
}
.pr-5{
    padding-right: 5px;
}
.pr-12{
    padding-right: 12px;
}
.contact-v1-right-single{
    height: 100%;
}




.read-more-content {
      display: none;
    }

    .read-more-button {
      color: rgb(237, 237, 241);
      cursor: pointer;
      text-decoration: underline;
      margin-top: 3rem;
      display: inline-block;
      
    }



     .read-more-content {
      display: none;
    }

    .read-more-button {
      color: rgb(255, 243, 5);
      cursor: pointer;
      text-decoration: underline;
      margin-top: 3px;
      display: inline-block;
    }


    /* @media screen and (min-width:680px)  {
        .bottomwork{
    margin-left: 9rem;
    margin-right: 9rem;
    margin-top: .5rem;
    justify-content: center;
}
    } */


  /* @media screen and (max-width:650px)  {
        button.header-global-btn{
      padding: 14px 8px;
        }

} */


   /* @media screen and (max-width:680px)  {
        .bottomwork{
   margin-left: 1rem;
        }} */
/* Form Popup */


    .modal-overlay {
        display: none;
        position: fixed;
        z-index: 999;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .modal-content {
        background-color: #fff;
        margin: auto;
        padding: 30px;
        border-radius: 10px;
        width: 90%;
        max-width: 500px;
        position: relative;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .close-button {
        color: #aaa;
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 24px;
        cursor: pointer;
    }


      @media screen and (max-width:650px)  {
      .modal-overlay {
        /* padding-top: 110px; */
        padding-top: 180px;
       
    }

}



.bottomimg{
max-height: 80%;
}


@media screen and (max-width:750px)  {
      .about-v2-right-img img{
       margin-top: 2rem;
       
    }

}

/* Premium Connectivity */
#exTab1 .nav-pills .nav-link {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 10px 10px 0 0;
    margin-right: 8px;
    align-content: center;
    padding: 10px 10px 0;
}

/* #exTab1 .tab-content ul li::marker {
    content: "\f1ab";
    font: normal normal normal 14px / 1 FontAwesome;
} */

.single-property-contact ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    line-height: 40px;
}

.single-property-contact ul li::before {
    content: "\f1ab";
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    left: 0;
    top: 0;
}


#exTab1 .tab-content
 {
    background-color: #FFF;
    padding: 24px 48px;
    color: #000;
    border: 1px solid var(--primary-color);
    margin-top: -1px;
 }
 .scrolltop {
  scroll-margin-top: 80px; /* Change this to your navbar height */
}



/* Privacy Policy */
.modal-privacy {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-content-privacy {
    position: relative;
    display: flex;
    flex-direction: column;
    /* width: 100%; */
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    max-width: 800px;
    color: rgb(0, 0, 0);
    max-height: 80vh;
    overflow-y: auto;
    text-align: left;
    box-sizing: border-box;
    margin: 6% auto;
    padding: 30px 40px;
}
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: rgb(170, 170, 170);
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
}

.blur-image {
    filter: blur(4px); /* Change 5px to control the blur intensity */
}


@media only screen and (max-width: 490px) {
	.modal-content-privacy{
		margin: 22% auto;
		padding: 30px 25px;
	}

}