/* AF 8.0 */

@font-face {
	font-family: lato;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Lato-Black.ttf');
}
@font-face {
	font-family: lato-Regular;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Lato-Regular.ttf');
}
p , span {
    font-family:lato-Regular ;
}
a:hover{
    text-decoration: none;
}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}


.owl-carousel{
    margin-bottom: 0px;
}
body {
    /*font-family: 'PT Sans', 'Helvetica', 'Ubuntu' !important;*/
    /*font-family: "Open Sans", Arial, sans-serif;*
    /*font-family: 'Roboto', 'Helvetica', 'Futura';*/
    /*font-family: 'lato', sans-serif !important;*/
   
    font-size: 14px;
}

#header .header-nav-features .header-nav-features-dropdown {
    margin-top: 43px;
}
#header .header-nav-features{
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
    margin-top: auto;
    height: 60px;
    display: flex;
    align-items: center;
}


.flag {
    background: url(flags.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
}
option {
    font-size: 15px;
    color: #333;
}
#header .header-nav-top .dropdown-menu.show {
    left: auto;
    right: 0;
    text-align: right;
}
.header-call-links {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    margin-top: auto;
}
.header-call-links li{
    margin-left: 15px;
    height: 60px;
    display: flex;
    align-items: center;
}
.header-call-links li:last-child{
    margin-right: 0px;
}


.header-call-links2 li a{
    color: #fff;
    transition: .3s;
    font-size: 16px;
    	font-weight: bold;
}


.header-call-links li a{
    /*color: #333;*/
    transition: .3s;
    font-size: 16px;
}
.header-call-links li a:hover{
    color: #03273f;/*#000047;*/
    transition: .3s;
}
.header-call-links2 li a:hover{
    color: white;
    transition: .3s;
}
.header-call-links li a i{
    margin-right: 5px;
}
#footer {
    font-size: 1em;
    margin-top: 0px;
}

@media (max-width: 991px){
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
        color: #fff;
    }
    #header .header-nav-main:before{
        background: #03273f;/*#000047;*/
    }
    .dropdown-item{
        color: #ccc;
    }
    #header .header-nav.header-nav-links:not(.header-nav-light-text) n.inside-page #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, .inside-page #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > aav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
        color: #fff !important;
    }
    .inside-page #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a,.inside-page #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a{
        color: #fff !important;
    }
    .sticky-header-active #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a,.sticky-header-active #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a{
        color: #fff !important;
    }
}


#header{
    position: relative !important;
}
/* main slider start */
.main-slider{
    
    height: calc(100vh/*106vh*/ - 110px);
    box-shadow: 0px 5px 15px 1px #00000036;
    position: relative;
}

/*.main-slider::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../image/DubaiFull.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}*/

/*
    .main-slider {
        position: relative;
        width: 100%;
        height: 89vh;
        background-repeat: no-repeat;
        background-size: cover;
        animation: changeBackground 8s linear infinite;
        transition: background-image 1s ease; 
    }*/
    
    
    
.main-slider {
    position: relative;
    width: 100%;
    height: 89vh; /* Adjust the height as needed */
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-image 1s ease; /* Smooth transition effect */
    /* Set the static image as the initial background */
    background-image: url(../image/BG_Main.jpg);
}

/* Styles for mobile devices */
@media only screen and (max-width: 600px) {
    .main-slider {
        /* Adjust the background properties as needed for mobile devices */
        background-position: center; /* Center the background image */
        background-size: auto 100%; /* Scale the image height to fit the container */
    }
}


.main-slider::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-repeat: no-repeat;
    background-size: cover;
}

#header .header-logo{
    margin: 0;
}

/* .header-body::after{
    content: '';
    position: absolute;
    right: 0;
    top: -80px;
    width: 0;
    height: 0;
    border-right: 12000px solid #ffffffab;
    border-bottom: 230px solid transparent;
    transition: .5s;
} */
.header-body::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    background: transparent;
}
#header .header-nav.header-nav-links:not(.header-nav-light-text) n.inside-page #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, .inside-page #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > aav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    color: #000;
}
.inside-page #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a,.inside-page #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a{
    color: #000;
}
.sticky-header-active #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a,.sticky-header-active #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a{
    color: #003359;/*#000;*/
    min-height: 60px;
}
.sticky-header-active .header-body::after{
    border-bottom: 0px solid transparent;
    transition: .5s;
}
#header .nav{
    height: fit-content;
    margin-top: auto;
}
.sticky-header-active .search-navbar{
    color: #000;
}
@media (min-width: 992px){
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a{
        color: #021c33d1;/*#333;*/
        font-weight: 100;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        text-transform: uppercase;
        font-size: 13px;
    }
    #header .header-logo img{
        filter: drop-shadow(1px 1px 3px #fff);
    }
    #header .header-nav-main nav > ul > li > a{
        font-size: 14px;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
        font-family: 'Font Awesome 5 Pro';
    }
    #header .header-nav.header-nav-links nav > ul > li > a.Contact-us-btn{
        min-height: unset;
        background: #ffc107 !important;
        color: #fff !important;
        border-radius: 5px !important;
        transition: .3s;
        margin-left: 5px;
    }
    #header .header-nav.header-nav-links nav > ul > li:hover > a.Contact-us-btn{
        background: #c59505 !important;
        color: #fff;
        transition: .3s;
    }
    #header .header-nav-main nav > ul > li:not(.contact-us)::after{
        content: '';
        position: absolute;
        width: 0%;
        height: 1px;
        background-color: #333;
        bottom: 0;
        left: 50%;
        transition: .5s;
    }
    .inside-page #header .header-nav-main nav > ul > li:not(.contact-us)::after ,.inside-page #header .header-nav-main nav > ul > li:not(.contact-us)::before{
        background-color: #000;
    }
    
    #header .header-nav-main nav > ul > li:not(.contact-us):before{
        content: '';
        position: absolute;
        width: 0%;
        height: 1px;
        background-color: #333;
        bottom: 0;
        right: 50%;
        transition: .5s; 
    }
    #header .header-nav-main nav > ul > li:hover::after{
        width: 50%;
        transition: .5s;
    }
    #header .header-nav-main nav > ul > li:hover::before{
        width: 50%;
        transition: .5s;
    }
}

#header .header-nav.header-nav-links nav > ul li:hover > a{
    color: #000;
}
#slider-video{
    height: 100%;
    width: 177.77777778vh;
    min-width: 100%;
    min-height: 56.25vw;
    position: absolute;
}
.search-navbar{
    color: #333;
}
.inside-page .search-navbar{
    color: #000;
}
.search-navbar:hover , .search-navbar:focus{
    color: #000;
}
.search-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background-color: #000000c2;
    top: 0px;
    left: 0px;
    display: none;
}
.search-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 300px;
    height: 50px;
    display: none;
    max-width: 80%;
}
.search-box input {
    border: none;
    border-radius: 40px;
    padding-left: 20px;
    outline: none;
    width: 100%;
    height: 100%;
}
.search-box input::placeholder{
    font-weight: 800;
    font-size: 14px;
}
.search-box i {
    position: absolute;
    right: 20px;
    top: 19px;
    color: #0075c1;
}
.search-box::after {
    content: '';
    position: absolute;
    background-color: #0075c133;
    width: 120%;
    height: 160%;
    left: -10%;
    top: -30%;
    border-radius: 40px;
    z-index: -1;
}
#header .header-nav-features:before, #header .header-nav-features:after{
    background:#fff;

}
#header .header-body{
    background: #fff;
}
.main-search-box-slider{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}
@media (min-width: 992px) {
   .main-search-box-slider{
    justify-content: flex-end;
    bottom: 250px;
    position: relative;
   } 
   #header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a{
       padding: 0 .4rem;
   }
}
.first-title-slider{
    color: #FFFFFF;
    font-size: 70px;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    margin-top: 60px;
    z-index: 2;
    
}

.WhatsApp-logo{
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
}
.main-search-box-slider .Last-title-slider{
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 5px;
}
.search-items{
    display: flex;
    width: 100%;
}
.search-item{
    flex-grow: 1;
    position: relative;
}
.search-item select{
    height: 50px;
    padding: 0px 20px;
    border-radius: 0px;
    border: 0px;
}
.search-item input[type="text"]{
    height: 50px;
    padding: 0px 20px;
    border: none;
    outline: none;
    width: 100%;
}
.search-item button{
    height: 50px;
    padding: 0px 30px;
    background-color: #174873;/*#004683;*//*#ffc107;*/
    border: none;
    outline: none;
    width: 100%;
    transition: .3s;
    color: white;
    font-weight: bold;
    font-size: 20px;
}
.search-item button:hover{
    background-color: #1d69ab;/*#c59505;*/
    transition: .3s;
}
.search-item{
  border-right: 1px solid #eee;
}
.search-items .search-item:last-child{
    border-right: none;
    
}
.search-items .search-item:last-child button{
    border-radius: 0px 5px 5px 0px;
}
.search-items .search-item:first-child select {
    border-radius: 5px 0px 0px 5px;
}
.Advanced-search-btn , .less-search-btn{
    width: 100%;
    text-align: right;
    margin-top: 10px;
    color: #fff;
}
.Advanced-search-btn i ,.less-search-btn i{
    color: #25b8d9;/*#ffc107;*/
    margin-right: 5px;
}
.Advanced-search-btn span , .less-search-btn span{
    position: relative;
    cursor: pointer;
}
.less-search-btn{
    display: none;
}
.Advanced-search-btn span::after .less-search-btn span::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -2px;
    background-color: #fff;
}

.search-items.advanced{
    display: none;
}


.search-chek-item {
    background: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 22px;
    position: relative;
    color: #333;
}
.search-chek-item i{
    font-size: 16px;
    color: #495057;
    position: absolute;
    right: 5px;
}
.dropdown-menu-item{
    position: absolute;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 5px 1px #0003;
    max-height: 250px;
    overflow-y: scroll;
    display: none;
    z-index: 3;
    width: 200px;
    min-width: 100%;
   
}

.dropdown-menu-item label{
    color: #333;
}
.dropdown-menu-item ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0px;
}
.dropdown-menu-item ul li{
    margin-bottom: 5px;
}
.dropdown-menu-item ul li input{
    margin-right: 5px;
}
/* main slider end */



/* city-estates start */
.city-estates{
padding: 100px 0px;
position: relative;
}
.city-estates::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../image/map-bg-1.png);
    opacity: .3;
}
.city-est-image{
    overflow: hidden;
}
.city-est-box{
    box-shadow: 0px 0px 15px 1px #00000036;
}
.city-est-image img{
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: .8s;
}
.city-est-image img:hover{
    transform: scale(1.1);
    transition: .8s;
}
.city-est-title{
   background-color: #fff;
   padding: 10px;
}
.city-est-title h3{
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 5px;
}
.city-est-title a {
    font-size: 13px;
    color: #FB010A;
    margin-left: 0px;
    transition: .5s;
}
.city-est-title a:hover{
    margin-left: 10px;
    transition: .5s;
}
.city-est-title a i{
    vertical-align: middle;
}
.city-title{
    position: absolute;
    top: 20px;
    left: 50px;
    background-color: #fff;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.city-estates-title h3{
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 3px;
    font-weight: 900;
    margin-bottom: 15px;
    padding-bottom: 15px;
    /* border-bottom: 2px dashed #eee; */
    font-size: 2em;
}
.city-estates-title h4{
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 1.2em;
    color: #0075C1;
}
.best-plan{
    /*padding: 50px 0px;*/
    padding-top: 25px;
    padding-bottom: 40px;
    /*background-color: #eee;
    box-shadow: 0px 0px 15px 1px #00000036;*/
}
/* city-estates end */

/* Our-Goal-section start */

.Our-Goal-section{
    padding: 100px 0px;
    position: relative;
}
.Our-Goal-section::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../image/map-bg-1.png);
    opacity: .3;
}
.our-goal-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.our-goal-images{
    position: relative;
}
/* .our-goal-icon {
    position: absolute;
    top: 0px;
    width: 100px !important;
    height: 100px;
    background: #000047b0;
    padding: 30px;
} */
.our-goal-text{
    padding: 10px;
    text-align: justify;
    background: #ececec;
}
.our-goal-title h3{
    margin-bottom: 10px;
    letter-spacing: 0;
}
.our-goal-text  p{
    margin-bottom: 5px;
}
.our-goal-text > p{
    height: 234px;
    overflow: hidden;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orie: vertical;
    overflow: hidden;
}
.Our-Goal-section .owl-carousel .owl-nav button[class*="owl-"]{
    background-color: #ffc107;
    transition: .3s;
}
.Our-Goal-section .owl-carousel .owl-nav button[class*="owl-"]:hover{
    background-color: #ca9905;
    transition: .3s;
}
/* Our-Goal-section end */

/* best plan start */
.off-plan-btn{
    float: right;
    background: #03273f;/*#000047;*/
    border: none;
    color: #fff;
    padding: 5px 10px;
}
.best-plan-modal .modal-header{
    background: #03273f;/*#000047;*/
}
.best-plan-modal .modal-header h4{
    color: #fff;
}
.best-plan-modal .modal-header button{
    color: #fff;
}
.best-plan-modal h5{
    text-transform: inherit;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}
.best-plan-modal h5:first-child{
    margin-top: 0px;
    padding-top: 0;
    border-top: none;
}
.best-plan-modal  p{
    margin-bottom: 0px;
    font-size: 13px;
}
.content-off-plan p{
    margin-bottom: 5px;
}
.content-off-plan h5 {
    text-transform: inherit;
    margin-bottom: 5px;
    font-size: 14px;
    color: #777;
    font-weight: normal;
}
.Properties-found-box.off-plans{
    margin-top: 20px;
    padding-top: 20px;
    border-top:1px solid rgba(0, 0, 0, 0.548);
}
.best-plan-title h3{
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
    text-transform: inherit;
    color: #007F42;
}
.best-plan-title a{
    color: #FB010A;
    font-size: 16px;
    text-transform: inherit;
    font-weight: 600;
    margin-left: 0px;
    transition: .5s;
}
.best-plan-title a:hover{
    margin-left: 10px;
    transition: .5s;
}
.best-plan{
    position: relative;
}
.best-plan-box-title{
    position: absolute;
    text-align: center;
    width: 100%;
    background-color: #00000061;
    height: 100%;
    bottom: calc(-100% - -250px);
    padding: 22px;
    transition: .8s;
}

@media only screen and (max-width: 600px) {
    .best-plan-box-title {
        padding: 20px;
    }
}


.best-plan-box:hover .best-plan-box-title{
    bottom: 0;
    transition: .8s;
} 
.best-plan-box{
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 15px 1px #00000036;
}
.best-plan-box-title h3{
    color: #fff;
    text-transform: capitalize;
    letter-spacing: normal;
}
.best-plan-box-title span{
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 35px;
}
.best-plan .owl-carousel .owl-nav button[class*="owl-"]{
    background-color: #07afff;
    transition: .3s;
}
.best-plan .owl-carousel .owl-nav button[class*="owl-"]:hover{
    background-color: #0593ca;
    transition: .3s;
}

/* best plan end */


/* Popular estates start */
.Popular-estates{
/*padding: 50px 0px;*/
padding-top: 50px;
padding-bottom: 10px;
position: relative;
}
.Popular-estates .owl-carousel .owl-nav button[class*="owl-"]{
    background-color: #14a9e1;/*#ffc107;*/
    transition: .3s;
}
.Popular-estates .owl-carousel .owl-nav button[class*="owl-"]:hover{
    background-color: #0c8fc1;/*#ca9905;*/
    transition: .3s;
}
/* .Popular-estates::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../image/popular-bg.jpg);
    opacity: .8;
    background-size: 500px;
} */
.Popular-estates .tabs.tabs-simple .nav-tabs{
    justify-content: left;
}
.Popular-estates .tabs.tabs-simple .nav-tabs > li{
    margin-bottom: 0px;
}
.Popular-estates .nav.nav-tabs{
border-bottom: 1px solid #eee;
}
.Popular-estates .nav-link{
    height: calc(100% + 1px);
    position: relative;
}
.Popular-estates .tabs.tabs-simple .nav-tabs > li .nav-link,.Popular-estates .tabs.tabs-simple .nav-tabs > li .nav-link:hover,.Popular-estates .tabs.tabs-simple .nav-tabs > li .nav-link:focus{
    border-bottom: 1px solid #eee;
}
.Popular-estates .nav-link::after{
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: #ffc107;
    left: 0;
    bottom: -1px;
}
.Popular-estates .nav-link.active::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #07a4ff/*#ffc107*/;
    left: 0;
    bottom: -1px;
    transition: .5s;
}


.Popular-estates .tabs.tabs-bottom .nav-tabs li .nav-link:hover, .Popular-estates .tabs.tabs-bottom .nav-tabs li .nav-link:hover, .Popular-estates .tabs.tabs-bottom .nav-tabs li.active .nav-link, .Popular-estates.tabs.tabs-bottom .nav-tabs li.active .nav-link, .Popular-estates .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover, .Popular-estates .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover, .Popular-estates .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus, .Popular-estates .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus{
    border-bottom-color: #eee;
}
.Popular-estates .tabs.tabs-simple .nav-tabs > li.active .nav-link, .Popular-estates .tabs.tabs-simple .nav-tabs > li.active .nav-link, .Popular-estates .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus, .Popular-estates .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,.Popular-estates .tabs.tabs-simple .nav-tabs > li .nav-link:hover, .Popular-estates .tabs.tabs-simple .nav-tabs > li .nav-link:hover, html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover, html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover{
    color: #07a4ff/*#ffc107*/ !important;
}
.Popular-estates .tabs.tabs-simple .nav-tabs > li .nav-link,.Popular-estates .tabs.tabs-simple .nav-tabs > li .nav-link:hover,.Popular-estates .tabs.tabs-simple .nav-tabs > li .nav-link:focus{
    color: #000;
}

.popular-box{
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 0px 5px #0000002e;
    margin: 15px 0px;
}

.popular-content{
    position: absolute;
}

.popular-content{
    position: absolute;
    bottom: 0px; /* 45px;*/
    padding: 20px;
    color: #fff;
    width: 100%;
    background: linear-gradient(0deg, black, #000000c4 ,transparent);
    transition: .8s;
}
.popular-price{
    font-size: 23px;
    color: #fff;
    font-weight: 600;
}
.popular-address{
    font-size: 13px;
    color: #ccc;
    margin-bottom: 10px;
}
.popular-box .popular-image img{
    transform: scale(1);
    filter: brightness(1);
    transition: .8s;
    height: 300px;
    object-fit: cover;
}
.popular-box:hover .popular-image img{
    transform: scale(1.2);
    filter: brightness(0.8);
    transition: .8s;
}
.popular-box:hover .popular-content{
bottom: -15px;
transition: .8s;
}
.Popular-estates .tabs.tabs-simple .tab-content{
padding: 20px 0px;
}
.popular-type{
    position: absolute;
    top: 15px;
    left: 30px;
    background-color: #000;
    color: #fff;
    padding: 0px 10px;
    font-size: 10px;
    border-radius: 2px;
    line-height: 20px;
}
.popular-det span{
    margin-right: 15px;
}
/* Popular estates end */



.contact-form2::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #011b3b;/*#000000bf;*/
    border-radius: 30px;
}

/* contact form start */
.contact-form{
    padding: /*100px*/ 10px 20px;
    /*background: url(../image/call-to-action-bg.jpg);
    background-size: cover;
    background-attachment: fixed;*/
    position: relative;
    min-height: 10px;/*500px;*/
}
.contact-form::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #002a3f;/*#000000bf;*/
}
.contact-form-title{
    text-align: center;
    width: 80%;
    margin: auto;
}
.contact-form-title h3{
    color: #fff;
    margin-bottom: 20px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 30px;
}
.contact-form-title p{
    color: #fff;
}
.contact-form select{
    height: 50px;
    padding: 0px 20px;
    border-radius: 0px;
    border: 0px;
    width: 100%;
    margin: 10px 0px;
    color: #777;
    box-shadow: 0px 0px 8px 2px #0000005c;
}
.contact-form input{
    height: 50px;
    padding: 0px 20px;
    border: none;
    outline: none;
    width: 100%;
    margin: 10px 0px;
    color: #777;
    box-shadow: 0px 0px 8px 2px #0000005c;
}
.contact-form input::placeholder{
    color: #777;
}
.contact-form a.btn{
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
    color: #fff;
    margin: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    box-shadow: 0px 0px 8px 2px #0000005c;
    position: relative;
    overflow: hidden;
    z-index: 2;
    transition: .8s;
    background-color: #071c33;
    font-weight: bold;
}

.contact-form a.btn::after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background-color: #1ecde9;/*#ffc107;*/
    top: 0px;
    left: -95px;
    transform: rotate(0deg);
    z-index: -1;
    transition: 1s;
}


.contact-form a.btn:hover::after{
    content: '';
    position: absolute;
    width: 200%;
    height: 1000%;
    background-color: #1ecde9;/*#ffc107;*/
    transform: rotate(45deg);
    transition: 1s;
}
.contact-form a.btn:hover{
    color: white;/*#000;*/
    transition: .8s;
    font-weight: bold;
}
/* contact form end */



/* from blog start */
.from-blog{
    padding: 100px 0px;
    position: relative;
    box-shadow: inset 0px 0px 6px 3px #816f6f30;
}
.from-blog .owl-stage-outer{
    padding: 30px 0px;
}
.from-blog .owl-carousel .owl-nav button[class*="owl-"]{
    background-color: #ffc107;
    transition: .3s;
}
.from-blog .owl-carousel .owl-nav button[class*="owl-"]:hover{
    background-color: #ca9905;
    transition: .3s;
}
.from-blog  .city-estates-title h3{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.from-blog::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../image/blog-bg.jpg);
    opacity: .5;
}
.blog-image-box{
    overflow: hidden;
}
.blog-image-box img{
    width: 100%;
    transform: scale(1);
    filter: brightness(1);
    transition: .8s;
}
.blog-image-box:hover img{
    transform: scale(1.2);
    filter: brightness(.5);
    transition: .8s;
}
.blog-item-box {
    box-shadow: 0px 0px 15px 1px #00000036;
}
.blog-content-box{
    padding: 20px;
    background-color: #fff;
}
.blog-cat span{
    color: #fa000a;
    font-size: 11px;
    text-transform: uppercase;
}
.blog-title h3{
    font-size: 23px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 10px;
    color: #000;
    transition: .5s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 48px;
}
.blog-content p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 52px;
}
.blog-title:hover h3{
    color: #007f45;
    transition: .5s;
}
.blog-read-more a{
    background-color: #ccc;
    padding: 10px 20px;
    border-radius: 30px;
    color: #000;
    font-size: 13px;
    transition: .5s;
}
.blog-read-more:hover a{
    background-color: #ffc107;
    transition: .5s;
}
.date-blog{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -20px;
    left: 50px;
    background-color: #fff;
    padding: 10px 35px;
    border-top: 4px solid #ffc107;
    border-radius: 0px 0px 5px 5px;
    text-align: center; 
    box-shadow: 0px 0px 10px 1px #0000004d;
}
.years-blog-date{
    color: #000;
}
.day-blog-date{
    color: #000;
    font-weight: 600;
    font-size: 30px;
    margin: 5px 0px;
}
.moant-blog-date{
    color: #000;
}
/* from blog end */

/* logo bar start */
.logo-bar{
    padding: 50px 0px;
}
.logo-bar .city-estates-title{
    margin-bottom: 50px;
}
.logobar-item {
    padding: 10px;
}
.logobar-item img{
    max-width: 200px;
    margin: auto;
}
/* logo bar end */
/* footer start */
#footer{
    background: #011b3b;/*#000047;*/
    border-top: 3px solid #076da9; /*#d8a310;*/
    position: relative;
}
/* #footer::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../image/footer-background-photo.jpg);
    opacity: .3;
} */
#footer .footer-copyright {
    background: #020e25;/*#01012b;*/
    border-top: 1px solid #ffffff1f;
}
#footer .footer-copyright p{
    color: #ccc;
}
.footer-header-items h4 {
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #8888885c;
}
#footer p{
    margin-bottom: 10px;
    color: #ccc;
}
#footer a:not(.btn){
    color: #ccc;
}
#footer p i{
    color: #fff;
}
ul.footer-links-item {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
}
.footer-links-item li {
    margin-bottom: 15px;
    position: relative;
    width: max-content;
}
.footer-links-item li a::after{
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    bottom: -3px;
    left: 0;
    background-color: #ccc;
    transition: .5s;
}
.footer-links-item li a:hover::after{
    width: 100%;
    transition: .5s;
}

#footer a:not(.btn):hover {
    color: #ccc;
    transition: all .5s;
}
.subscribe-input-footer input{
    border: none;
    background-color: #fff;
    padding: 10px;
    border-radius: 20px 0px 0px 20px;
    outline: none;
    color: #777;
}
.subscribe-input-footer input::placeholder{
    color: #777;
}
.subscribe-input-footer button{
    border: none;
    outline: none;
    background-color: #0768ad;/*#ffc107;*/
    height: 46px;
    border-radius: 0px 20px 20px 0px;
    transition: .3s;
    color: white;
    font-weight: bold;
}
.subscribe-input-footer button:hover{
    background-color: #0ac3ed;/*#daac24;*/
    transition: .3s;
}
.social-media-footer h4{
    color: #fff !important;
    font-weight: 200;
    margin-top: 40px;
    font-size: 16px;
}
.social-media-footer ul{
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
}
.social-media-footer ul li{
    display: inline-block;
    margin-right: 15px;
    font-size: 22px;
}
.social-media-footer ul li a:hover i{
    transform: rotate(360deg);
    transition: 1s;
}
/* footer end */
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #3197c7;/*#0075c1;*/
    border-radius: 0px;
  }

  #header .header-btn-collapse-nav {
    background: #03273f;/*#000047;*/
}
/* Animate Background Image */
@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
   }
    100% {
        background-position: 100% 50%;
   }
}

.first-title-slider{
    background: url(../image/text-background.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #efefef5e;/*#00b8ff59;*//*#67dbed59;*//*transparent;*/
    -webkit-animation: aitf 80s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    font-family: 'Satisfy', cursive;
    line-height: 80px;
}

  @media (max-width: 767.98px) { 
      .buyer-image{
          margin-bottom: 15px;
      }
    .popular-content{
        bottom: -10px;
    }
    .best-plan-box-title{
        bottom: 0;
        display: flex;
    flex-direction: column;
    justify-content: center;
    }
      .main-slider{
          min-height: unset;
          height: auto;
      }
      .main-search-box-slider{
          min-height: unset;
          /*justify-content: flex-start;*/
      }
      .social-media-fix-box{
          display: none;
      }
      .main-search-box-slider .Last-title-slider{
        font-size: 40px;
        letter-spacing: 1px;
      }
     .first-title-slider{
          font-size: 30px;
          margin-bottom: 0px;
      }
      .search-items{
          flex-direction: column;
      }
      .search-items .search-item:first-child select{
          border-radius: 0px;
      }
      .search-items .search-item:last-child button{
          border-radius: 0px;
      }
      .city-est-box{
          margin: 10px 0px;
      }
      .best-plan-box{
          margin: 10px 0px;
      }
      .popular-box{
          margin: 10px 0px;
      }
      .blog-item-box{
          margin: 25px 0px;
      }
      .date-blog{
          top: -10px;
      }
      .header-body::after{
        /* border-right: 2000px solid #ffffffab;
        border-bottom: 200px solid transparent;
        top: -40px; */
        display: none;
    }
   
    html #header.header-transparent{
        position: relative;
        min-height: 117px/*140px*/ !important;
        background: #fff;
    }
  }


  @media (max-width: 575.98px) {
      .search-column{
          display: none !important;
      }
    .header-call-links{
        display: none;
    }
      #header .menu-column .header-row {
          justify-content: flex-end !important;
      }
    .main-search-box-slider .Last-title-slider{
        font-size: 28px;
        letter-spacing: 0px;
    }
    .first-title-slider{
        font-size: 25px;
        margin-bottom: 0;
    }
    .search-items{
        flex-direction: column;
    }
    .search-items .search-item:first-child select{
        border-radius: 0px;
    }
    .search-items .search-item:last-child button{
        border-radius: 0px;
    }
    .header-body::after{
        /* border-right: 2000px solid #ffffffab;
        border-bottom: 200px solid transparent;
        top: -40px; */
        display: none;
    }
   
    html #header.header-transparent{
        position: relative;
        min-height: 89px/*140px*/ !important;
    }
    .city-est-box{
        margin: 10px 0px;
    }
    .city-estates-title h3{
        line-height: 35px;
    }
    .best-plan-box{
        margin: 10px 0px;
    }
    .tabs.tabs-simple .nav-tabs > li .nav-link, .tabs.tabs-simple .nav-tabs > li .nav-link:hover, .tabs.tabs-simple .nav-tabs > li .nav-link:focus{
        padding: 15px 15px;
    }
    .popular-box{
        margin: 10px 0px;
    }
    .contact-form-title h3{
        font-size: 23px;
    }
    .contact-form-title{
        width: 100%;
    }
    .blog-item-box{
        margin: 20px 0px;
    }
    .date-blog{
        top: 0px;
    }
    .popular-content{
        bottom: -10px;
    }
    .best-plan-box-title{
        bottom: 0;
        display: flex;
    flex-direction: column;
    justify-content: center;
    }
  }

  @media (max-width: 991.98px) {
    .search-items{
        flex-direction: column;
    }
    .search-items .search-item:first-child select{
        border-radius: 0px;
    }
    .search-items .search-item:last-child button{
        border-radius: 0px;
    }

  }
.see-more-popular{
    background-color: #14a9e1;/*#ffc107;*/
    padding: 10px 30px;
    margin-top: 20px;
    display: inline-block;
    color: white;/*#000;*/
    border-radius: 30px;
    float: right;
    transition: .3s;
}
.see-more-popular:hover{
    color: white;/*#000;*/
    background-color: #0c8fc1;/*#ca9905;*/
    transition: .3s;
}


  /* To rent page start */

.search-header-inside{
    /*height: 350px;
    background: url(../image/sell-background.jpg);
    background-position: center 490px;*/
    height:200px;
}
html .inside-page #header.header-transparent{
  border-bottom: 0px /*1px*/ solid #d6d6d6; /*CUSTOM MODIFIED*/
}
.inside-page .header-body::after{
    display: none;
}
.inside-page #header .header-logo{
    margin: 20px 0px !important;
}
.inside-page .main-search-box-slider{
    background-color: #03273f;/*#000047;*/
    padding: 50px;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -20%;
}
.inside-properties{
    padding: 80px 0px;

}
.price-propery , .rent-propery , .Off-plan-propery{
    color: #10834e;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 8px;
    letter-spacing: 1px;
}
.breadcrumb-inside ul{
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0px;
}
.breadcrumb-inside ul li {
    display: inline-block;
}
.breadcrumb-inside ul li::after{
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    margin: 0px 10px;
    position: relative;
    color: #333;
}
.breadcrumb-inside ul li:last-child::after{
    display: none;
}
.breadcrumb-inside{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.548);
}
.breadcrumb-inside ul li a {
    color: #333;
    font-size: 13px;
    transition: .3s;
}
.breadcrumb-inside ul li a:hover{
    color: #fb000a;
    transition: .3s;
}
.header-inside-properties{
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 3px;
    font-weight: 900;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 2em;
}
.Properties-found-box{
    display: flex;
    margin-bottom: 30px;
}
.Properties-found-sort{
    flex-grow: 1;
    text-align: right;
}
.Properties-found-sort select{
    width: 120px;
    padding: 5px 5px;
}
.Properties-found-text span{
    color: #fa000b;
    font-weight: 900;
    margin: 0px 5px;
    font-size: 15px;
}
.pagination ul{
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}
.pagination ul li{
    display: inline-block;
    margin: 0px 10px;
}
.pagination ul li a{
    color: #333;
    padding: 5px 10px;
    transition: .3s;
    border-radius: 2px;
}
.pagination ul li a:hover{
    color: #fa000b;
    transition: .3s;
}
.pagination ul li:last-child a{
    color: #fa000b;
    border:1px solid #fa000b;
}
.pagination ul li:last-child a i{
    font-weight: 300;
}
.pagination ul li a.active{
    border: 1px solid #333;
}

@media (max-width: 991.98px) {
    .inside-page .main-search-box-slider{
        position: relative;
        bottom: unset;
        min-height: unset;
        padding: 10px;
        margin: 10px 0px;
    }
    .search-header-inside{
        height: auto;
    }
}

@media (max-width: 575.98px) {
.inside-page .main-search-box-slider{
    position: relative;
    bottom: unset;
    min-height: unset;
    padding: 10px;
    margin: 10px 0px;
}
.search-header-inside{
    height: auto;
}
.pagination ul li{
    margin: 0;
}
}


  /* To rent page End */


/* single propery page start */

#imageGallery img{
    height: 450px;
    width: 100%;
    object-fit: cover;
}
.lSSlideOuter .lSPager.lSGallery img{
    height: 50px;
    object-fit: cover;
    width: 100%;
}

.lSSlideOuter .lSPager.lSGallery li img, .lSSlideOuter .lSPager.lSGallery li img{
    filter: brightness(1);
    transition: .3s;
}

.lSSlideOuter .lSPager.lSGallery li.active img, .lSSlideOuter .lSPager.lSGallery li:hover img{
filter: brightness(.5);
transition: .3s;
}
.description{
    padding: 20px;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px #00000021;
    border-radius: 5px;
}
.Property-Detail{
    padding: 20px;
    margin: 20px;
    background-color: #eee;
}
.description > h3{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
    border-left: 5px solid #008044;
    padding-left: 15px;
    margin-bottom: 25px;
    color: #000;
}
.description p{
    color: #555;
    line-height: 22px;
    text-align: justify;
}

.Property-Detail h4{
    color: #000;
    letter-spacing: 0;
    font-size: 18px;
}

.Property-Detail p{
margin-bottom: 5px;
color: #111;
font-weight: 600;
}
.Property-Detail p span{
    color: #777;
    font-weight: 100;
}
.Amenities{
    padding: 20px;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px #00000021;
    border-radius: 5px;
}

.Amenities > h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
    border-left: 5px solid #008044;
    padding-left: 15px;
    margin-bottom: 25px;
    color: #000;
}
.Amenities p i{
    color: #99cc66;
    margin-right:10px;
}
.Amenities p{
    margin-bottom: 5px;
    font-weight: 600;
    color: #000000;
}

.Location{
    padding: 20px;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px #00000021;
    border-radius: 5px;
}
.Location > h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
    border-left: 5px solid #008044;
    padding-left: 15px;
    margin-bottom: 25px;
    color: #000;
}

/*
.Contact-Form{
    padding: 20px;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px #00000021;
    border-radius: 5px; 
}
.Contact-Form h3{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
    border-left: 5px solid #008044;
    padding-left: 15px;
    margin-bottom: 25px;
    color: #000;
}*/

.inside-properties.content{
    padding: 40px 0px;
}
.contact-single-form{
    text-align: left;
    padding: 20px;
    margin: 20px;
    background-color: #eee;
    border-radius: 2px;
}
.contact-single-form label{
    display: block;
    margin: 5px 0px;
    color: #333;
    font-weight: 600;

}
.contact-single-form input{
    border: 1px solid #aaa;
    width: 60%;
    padding: 5px;
    border-radius: 2px;
    outline: none;
    padding-left: 10px;
}
.contact-single-form textarea{
    border: 1px solid #aaa;
    width: 60%;
    padding: 5px;
    border-radius: 2px;
    outline: none;
    min-height: 100px;
    max-height: 200px;
    padding-left: 10px;
}
.contact-single-form button{
    border: none;
    background-color: #094999;/*#fcc729;*/
    padding: 10px 20px;
    color: white;/*#000;*/
    border-radius: 5px;
    outline: none;
    transition: .3s;
    font-weight: bold;
}
.contact-single-form button:hover{
    background-color: #1ec0f9;/*#daac24;*/
    transition: .3s;
}
.Latest-properties{
    padding: 20px;
    margin-top: 0px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px #00000021;
    border-radius: 5px;
}
.Latest-properties > h3{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
    border-left: 5px solid #008044;
    padding-left: 15px;
    margin-bottom: 25px;
    color: #000;
}
.Latest-properties-item{
    display: flex;
    margin-bottom: 30px;
}
.Latest-properties-item-image{
    margin-right: 20px;
    width: 140px;
    overflow: hidden;
}
.Latest-properties-item-image img{
    border-radius: 5px;
    width: 140px;
    height: 100px;
    object-fit: cover;
    transform: scale(1);
    filter: brightness(1);
    transition: .5s;
}
.Latest-properties-item-image img:hover{
    transform: scale(1.1);
    filter: brightness(.6);
    transition: .5s;
}

.Latest-properties-item-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 160px);
}

.Latest-properties-item-content h4{
    font-size: 14px;
    color: #fa000b;
    margin-bottom: 0px;
}
.Latest-properties-item-content h3{
    margin-bottom: 0px;
}
.Latest-properties-item-content h3 a{
    color: #333;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: -1px;
    font-weight: 600;
    transition: .5s;
}
.Latest-properties-item-content h3 a:hover{
    color: #000;
    transition: .5s;
}
.Popular-properties{
    padding: 20px;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px #00000021;
    border-radius: 5px;
}
.Popular-properties h3{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
    border-left: 5px solid #008044;
    padding-left: 15px;
    margin-bottom: 25px;
    color: #000;
}

.Popular-properties .popular-box{
    box-shadow: none;
    border-radius: 5px;

}

.Popular-properties .owl-theme .owl-dots{
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #eee;
}
.Popular-properties .owl-carousel .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 0px 10px;
}

.Popular-properties .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #333;
}

.owl-carousel .owl-nav button.owl-prev:before {
    font-family: 'Font Awesome 5 Pro';
}
.owl-carousel .owl-nav button.owl-next:before {
    font-family: 'Font Awesome 5 Pro';
}

@media (max-width:767.98px) {
    #imageGallery img{
        height: 250px;
    }
    .contact-single-form input{
        width: 100%;
    }
    .contact-single-form textarea{
        width: 100%;
    }
    .Latest-properties{
        margin-top: 20px;
    }
    .Latest-properties-item{
        flex-direction: column;
    }
    .Latest-properties-item-image img{
        width: 100%;
        height: 150px;
    }
    .Latest-properties-item-image{
        width: 100%;
    }
    .Latest-properties-item-content{
        width: 100%;
        margin-top: 5px;
    }
}
@media (max-width: 991.98px) {
    .Latest-properties{
        margin-top: 20px;
    } 
}




/* single propery page end */



/* blog page start */

.blog-items-page  > .col-md-4{
    margin-top: 30px;
}

/* blog page end */


/* single blog start  */

.cat-single-blog a{
    background: #fa000a;
    color: #fff;
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 5px;
}
.title-single-blog h2{
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 3px;
    font-weight: 900;
    margin-bottom: 5px;
    font-size: 2em;
}
.date-single-blog ul{
    padding-left: 0;
    margin-bottom: 15px;
    list-style-type: none;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.date-single-blog ul li{
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
}
.single-blog-image img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.single-blog-content{
    margin-top: 20px;
}
.single-blog-content p{
    font-size: 14px;
    text-align: justify;
}
.header-comments-single-blog{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
.header-comments-single-blog h4{
    border-left: 5px solid #018146;
    padding-left: 15px;
    letter-spacing: 1px;
}
.comments-image img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.comments-user{
    display: flex;
}
.comments-Specifications{
    margin-left: 10px;
}
.comments-Specifications p {
    margin-bottom: 0;
}
.comments-Specifications p:first-child{
    color: #000;
    font-weight: 600;
}
.comments-text{
    padding-left: 60px;
}
.comments-text p{
    margin-bottom: 0px;
}
.comments-text a{
    color: #fa000a;
    font-size: 12px;
}
.comments-items{
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #ccc;
}
.comments-items.reply{
    padding-left: 60px;
}
.Leave-Reply{
    margin-top: 30px;
}
.Leave-Reply h4{
    border-left: 5px solid #018146;
    padding-left: 15px;
    letter-spacing: 1px;
}
.form-comments input{
    width: 100%;
    border: 1px solid #bbb;
    padding: 5px;
    outline: none;
    border-radius: 2px;
}
.form-comments textarea{
    width: 100%;
    margin-top: 15px;
    border: 1px solid #bbb;
    outline: none;
    padding: 5px;
    min-height: 200px;
    max-height: 250px;
    border-radius: 2px;
}
.form-comments button{
    border: none;
    background-color: #fcc729;
    padding: 10px 20px;
    color: #000;
    border-radius: 5px;
    outline: none;
    transition: .3s;
}
.form-comments button:hover{
    background-color: #daac24;
    transition: .3s;
}
.Latest-post{
    padding: 20px;
    margin-top: 0px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px #00000021;
    border-radius: 5px;
}
.Latest-post > h3{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
    border-left: 5px solid #008044;
    padding-left: 15px;
    margin-bottom: 25px;
    color: #000;
}
.Blog-categories{
    padding: 20px;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px #00000021;
    border-radius: 5px;
}
.Blog-categories > h3{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
    border-left: 5px solid #008044;
    padding-left: 15px;
    margin-bottom: 25px;
    color: #000;
}
.Latest-post-item{
    display: flex;
    margin-top: 15px;
}
.Latest-post-image{
    width: 70px;
    height: 70px;
}
.Latest-post-image img{
    width: 100%;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
}
.Latest-post-content{
    width: calc(100% - 70px);
    padding-left: 15px;
}
.Latest-post-content p{
    margin-bottom: 0px;
}
.Latest-post-content ul{
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
}
.Latest-post-content ul li{
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
}
.Latest-post-content p a{
    color: #333;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: -1px;
    font-weight: 600;
    transition: .5s;
}
.Latest-post-content p a:hover{
    color: 000;
    transition: .5s;
}
.Blog-categories ul{
    margin-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
}
.Blog-categories ul li{
    margin-bottom: 10px;
}
.Blog-categories ul li a i{
    margin-right: 15px;
    color: #ccc;
    font-size: 18px;
}

.Blog-categories ul li a{
    color: #666;
    font-size: 15px;
    font-weight: 600;
    transition: .3s;
}
.Blog-categories ul li a:hover{
    color: #000;
    transition: .3s;
}

@media (max-width: 991.98px) {
    .Latest-post{
        margin-top: 20px;
    }
}
@media (max-width: 767.98px) {
    .Latest-post{
        margin-top: 20px;
    }
    .form-comments input{
        margin-top: 15px;
    }
}
/* single blog end  */

/* contact-us start */
.contact-us-header{
    text-align: left;
    text-transform: capitalize;
    /*letter-spacing: 3px;*/
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 2em;
    color: #25619de0;
    font-family: "Arial";
}


.map-contact{
    width: 100%;
    height: 500px;
}

.Get-in-touch {
    padding: 20px;
    margin-top: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px #00000021;
    border-radius: 5px;
}

.Get-in-touch h4{
    border-left: 5px solid #018146;
    padding-left: 15px;
    letter-spacing: 1px;
}
.Get-in-touch input{
    width: 100%;
    border: 1px solid #bbb;
    padding: 5px;
    outline: none;
    border-radius: 2px;
}
.Get-in-touch textarea{
    width: 100%;
    margin-top: 15px;
    border: 1px solid #bbb;
    outline: none;
    padding: 5px;
    min-height: 200px;
    max-height: 250px;
    border-radius: 2px;
}
.Get-in-touch button{
    border: none;
    background-color: #fcc729;
    padding: 10px 20px;
    color: #000;
    border-radius: 5px;
    outline: none;
    transition: .3s;
}
.Get-in-touch button:hover{
    background-color: #daac24;
    transition: .3s;
}

.Office{
    padding: 20px;
    margin-top: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px #00000021;
    border-radius: 5px;
}
.Office h4{
    border-left: 5px solid #018146;
    padding-left: 15px;
    letter-spacing: 1px;
}
.office-item{
    padding: 20px;
}
.office-item h5{
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 900;
}
.office-item p{
    margin-bottom: 0px;
}
.office-item  p span{
    color: #333;
    font-weight: 200;
    font-weight: 600;
}


.Office .owl-theme .owl-dots{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
 }
.Office .owl-carousel .owl-dots .owl-dot span {
        width: 7px;
        height: 7px;
        margin: 0px 10px;
 }
    
.Office .owl-carousel .owl-dots .owl-dot.active span, .Office .owl-dots .owl-dot:hover span {
        background-color: #333;
 }
    
.Office .owl-nav button.owl-prev:before {
        font-family: 'Font Awesome 5 Pro';
 }
.Office .owl-nav button.owl-next:before {
        font-family: 'Font Awesome 5 Pro';
}

@media (max-width: 767.98px) {
    .Get-in-touch input{
        margin-top: 15px;
    }
    .Get-in-touch p{
        margin-bottom: 0px;
    }
}

/* contact-us end */

/* about us start */
.about-content{
    padding: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 50%;
    padding-top: 0;
    padding-left: 0;
    position: relative;
}
.about-content p{
    text-align: justify;
}
.about-content::after{
    content: '';
    width: 100px;
    height: 80%;
    left: -100px;
    position: absolute;
    top: 0;
    /*
    background-color: #fff;*/
}
.about-content h3{
    font-weight: 900;
    color: #000;
    letter-spacing: 1px;
}
.about-content p{
    color: #333;
}
.about-us-image{
    width: 100%;
}
.parallax-about{
    background-image: url(../image/parallax-about.jpg);
    padding: 100px 0px;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
}
.parallax-about::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000005e;
}
.parallax-about .counters .counter-primary [class*="fa-"], html .counters .counter-primary .icons, html .counters .counter-primary strong {
    color: #fff;
}
.parallax-about .counters label {
    display: block;
    font-weight: 100;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin-top: 10px;
}
.Company-members{
    padding: 60px 0px;
}
.Company-members .heading.heading-middle-border-center h3 {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 900 !important;
    letter-spacing: 1px;
}
.Company-members .heading.heading-middle-border:before {
    border-top: 2px solid #008041;
}
.Company-members-item img{
    width: 100%;
    height: 300px;
    object-fit: contain;
}
.Company-members-item{
    text-align: center;
    margin: 40px 0px;
}
.Company-members-item h4{
    margin-top: 10px;
    margin-bottom: 5px;
}
.Company-members-item h5{
    margin-bottom: 5px;
    color: #777;
}
.col-md-4 .Company-members-item img{
    width: 100%;
    height: 200px;
}

@media (max-width: 991.98px) {
    .about-content{
        padding: 0;
    }
    .about-content::after{
        display: none;
    }
    .Company-members-item img {
        object-fit: cover;
        object-position: center;
    }
}
@media (max-width: 767.98px) {
    .about-content::after{
        display: none;
    }
    .about-content h3{
        margin-top: 20px;
    }
    .parallax-about{
        padding: 50px 0px;
    }
    .Company-members-item img{
        object-fit: contain;
    }
    .Company-members-item{
        margin: 0;
        margin-bottom: 20px;
    }
    .sell-form{
         width: 100% !important;

}
.form-best-plan{
        background-size: cover;
}
}


/* about us end */


/* sell page start */
.sell-items{
    list-style-type: decimal;
    padding-left: 20px;
}
.sell-items li{
    font-size: 16px;
    color: #555;
    margin-top: 10px;
    text-align: justify;
}
.sell-form{
    padding: 20px;
    background-color: #03273f;/*#000047;*/
    box-shadow: 0px 0px 5px 1px #00000030;
    border-radius: 5px;
    width: 50%;
    margin: auto;
}
.sell-form input {
    width: 100%;
    margin: 5px 0px;
    border: none;
    padding: 5px;
    outline: none;
    height: 40px;
    border-radius: 5px;
    padding-left: 10px;
}
.sell-form input::placeholder{
    color: #777;
}
.sell-form select{
    width: 100%;
    margin: 5px 0px;
    border: none;
    padding: 5px;
    outline: none;
    border-radius: 0px;
    color: #777;
    height: 40px;
    border-radius: 5px;
    padding-left: 10px;
}
.sell-form h3{
    color: #fff;
    margin-bottom: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 30px;
}
.sell-form button{
    border: none;
    width: 100%;
    margin-top: 15px;
    height: 40px;
    background-color: #0e5585;/*#109ce9;*//*#fcc729;*/
    border-radius: 5px;
    outline: none;
    transition: .3s;
    color: white;
    font-weight: bold;
}
.sell-form button:hover{
    background-color: #1387c7;/*#daac24;*/
    transition: .3s;
}

.sell-form-section{
    position: relative;
    padding-bottom: 20px;
}
.sell-form-section::after{
    content: '';
    position: absolute;
    width: 65%;
    height: 100%;
    top: 0;
    left: 0px;
    background-color: #f9f9f9;
}
.sell-form-section::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    background: url(../image/sell-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .sell-form-section::after{
        width: 100%;
    }
}


.selling-resources{
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}
.selling-resources ul{
    margin-bottom: 0;
    list-style: none;
    margin-left: 15px;
    padding: 0px;
}
.selling-resources li:first-child{
    background-color: #03273f;/*#000047;*/
    color: #fff;
    margin-bottom: 5px;
    border-radius: 5px 5px 0px 0px;
}
.selling-resources li:last-child{
    border-radius: 0px 0px 5px 5px;
}
.selling-resources li{
    padding:5px 20px;
    margin-bottom: 0px;
    background-color: #eee;
    min-width: 300px;
}
.selling-resources li a{
    color: #333;
}
.selling-resources li a i{
    margin-left: 5px;
    transition: .3s;
}
.selling-resources li a:hover i{
    margin-left: 10px;
    transition: .3s;
}



/* sell page end */
.selling-resources
/* faqs start */
.faqs-section{
    padding: 50px 0px;
}
.faqs-section h3{
    font-weight: 900;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 15px;
}
.faqs-section  .accordion .card-header a {
    color: #333;
}
.faqs-section .accordion .card-header a {
    color: #333;
    background: #eee;
    font-size: 14px;
}
.faqs-section .accordion .card-header a i{
    float: right;
    top: 5px;
}
.faqs-section .accordion .card-header .accordion-toggle.collapsed {
    background: #eee;
}
.faqs-section .accordion .card-header .accordion-toggle{
    background: #fcc729;
}
.faqs-section .accordion .card-header .accordion-toggle i{
    transform: rotate(180deg);
    transition: .3s;
}
.faqs-section .accordion .card-header .accordion-toggle.collapsed i{
    transform: rotate(0deg);
    transition: .3s;
}
/* faqs end */

/* event start */
.event-box{
    position: relative;
    margin-bottom: 30px;
}
.event-image{
    overflow: hidden;
}
.event-box:hover .event-image img{
    transform: scale(1.1);
    transition: 3s;
}
.event-image img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    transform: scale(1);
    transition: 3s;
}
.event-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.event-title h3{
    margin-bottom: 0px;
    color: #fff;
    padding: 10px;
    background: linear-gradient(0deg, black, #00000066);
    font-size: 20px;
    letter-spacing: 1px;
}

@media (max-width: 767.98px) {
    .event-image img {
        height: 230px;
    }
}

/* event end */

/* single events start */
.single-events .owl-dots{
    position: absolute;
    top: 20px;
    left: 30px;
}
.single-events{
    padding-bottom: 50px;
}
.single-events .owl-carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 4px;
}
.single-events  .owl-carousel .owl-dots .owl-dot.active span,.single-events  .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #008145 !important;
}
.single-events .owl-carousel .owl-nav button.owl-prev:before ,.single-events .owl-carousel .owl-nav button.owl-next:before{
    font-size: 20px;
}
/* single events end */

.inside-page .best-plan-box{
    margin: 15px 0px;
    box-shadow: 0px 0px 0px 5px #0000002e;
} 


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



.buying-resources{
    position: absolute;
    left: 0;
    z-index: 2;
    margin-top: 15px;
}
.buying-resources ul{
    margin-bottom: 0;
    list-style: none;
    margin-left: 15px;
    padding: 0px;
}
.buying-resources li:first-child{
    background-color: #03273f;/*#000047;*/
    color: #fff;
    margin-bottom: 5px;
    border-radius: 5px 5px 0px 0px;
}
.buying-resources li:last-child{
    border-radius: 0px 0px 5px 5px;
}
.buying-resources li{
    padding:5px 20px;
    margin-bottom: 0px;
    background-color: #fff;
    min-width: 300px;
}
.buying-resources li a{
    color: #333;
}
.buying-resources li a i{
    margin-left: 5px;
    transition: .3s;
}
.buying-resources li a:hover i{
    margin-left: 10px;
    transition: .3s;
}
@media (max-width: 991.98px) {
    .buying-resources{
        position: relative;
    }
    .buying-resources ul{
        margin-left: 0px;
    }
}


.buyer-item-list li::marker{
    color: #1378a1;
    font-size: 16px;
}
.buyer-item-list li{
    color: #333;
    font-size: 14px;
}
h5.buyer-header {
    color: #03273f;/*#000047;*/
    font-size: 16px;
    text-transform: capitalize;
}
h4.buyere-main-content {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: justify;
    border: 1px dashed #bfbfbf;
    padding: 20px;
}
.end-buyer-process{
    font-size: 18px;
    text-transform: inherit;
    font-weight: 800;
    color: #f44336;
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
ul.buyer-item-list{
    margin-bottom: 30px;
}


/* investment start */
.investment-section h6 {
    color: #333;
    font-weight: 600;
    font-size: 15px;
    margin-top: 15px;
}
.investment-section p{
    margin-bottom: 0px;
    color: #666;
    /*text-align: justify;*/
    font-size: 14px;
}
.investment-section{
    padding-bottom: 60px;
    position: relative;
}
.investment-section::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/investment-background.png);
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center bottom;
    opacity: .3;
}

/* investment end */

/* best plan single start */
#imageGallery2 img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.form-best-single{
    background: #0000479e;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.form-best-single form input{
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: none;
    outline: none;
    border-radius: 5px;
}
.form-best-single form input[type="submit"]{
    background: #ffc107;
    transition: .3s;
}
.form-best-single form input[type="submit"]:hover{
    background-color: #daac24;
    transition: .3s;
}

.form-best-single h3{
    text-align: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.des-best-single-plan{
    background: #eee;
    padding: 40px 0px;
    position: relative;
}
.des-best-single-plan::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/single-des-best.jpg);
    background-size: 500px;
    opacity: .05;
}
.icon-des-best{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.icon-des-best svg{
    width: 200px;
}
.des-best-single h3{
    font-size: 30px;
    color: #03273f;/*#000047;*/
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 30px;
}
.Payment-plan{
    padding: 60px 0px;
}
.Payment-plan h3{
    font-size: 30px;
    color: #03273f;/*#000047;*/
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 100px;
}
.payment-plan-box{
    text-align: center;
}
.payment-plan-box h4{
    font-size: 40px;
    color: #03273f;/*#000047;*/
    position: relative;
    margin-bottom: 35px;
}
.payment-plan-box h4::after{
    content: '';
    width: 50%;
    height: 3px;
    left: 25%;
    bottom: -20px;
    position: absolute;
    background: #e91e63;
}
.payment-plan-box span{
    color: #333;
    font-size: 18px;
}
.payment-row{
    width: 50%;
    margin: auto;
}
.World-class{
    background: linear-gradient(45deg, #eee, transparent , #eee);
    padding: 40px 0px;
}
.World-class h3{
    font-size: 30px;
    color: #03273f;/*#000047;*/
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 100px;
}
.world-class-box img{
    width: 50px !important;
    height: 50px !important;
}
.world-class-box{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #e91e63;
    box-shadow: inset 0px 0px 5px 1px #00000026;
}
.loction-best-single h3{
    font-size: 30px;
    color: #03273f;/*#000047;*/
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 50px;
}
.loction-best-single{
    padding: 60px 0px;
    
}
.loction-best-single iframe{
    height: 100%;
    min-height: 350px;
}
@media (max-width: 575.98px) {
    #imageGallery2 img{
        height: 200px;
    }
}
.form-best-plan{
    position: relative;
    padding: 80px 0px;
    background-image: linear-gradient(180deg,rgba(0,0,0,0.42) 0%,rgba(0,0,0,0.48) 100%),url(../image/single-plan-bg.jpg)!important;
    background-repeat: no-repeat;
    background-size:cover;
}
.best-plan-header {
    color: #fff;
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #ffc107;
    display: inline-block;
}
.best-plan-det span{
    display: block;
}
span.best-plan-price-t {
    font-size: 20px;
    color: #fff;
}
span.best-plan-price-m {
    margin: 20px 0;
    font-size: 50px;
    color: #fff;
    font-weight: 600;
}
.best-plan-op li{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.loction-header-plan h4{
    font-size: 30px;
    color: #03273f;/*#000047;*/
    margin-bottom: 30px;
}
.loction-header-plan span{
    display: block;
    line-height: 70px;
}
.loction-header-plan span image{
    margin-right: 20px;
}
/* best plan single end */

.social-media-fix-box{
    position: fixed;
    right: 30px;
    top: 40%;
    z-index: 1200;
    background: #fff;
    padding: 10px 0px;
    border-radius: 30px;
    box-shadow: 0px 0px 5px 1px #00000060;
}
.social-media-fix-box ul{
    padding-right: 0;
    margin-bottom: 0px;
    list-style: none;
    padding-left: 0px;
}
.social-media-fix-box ul li{
    padding: 5px 10px;
    margin-top: 10px;
}
.social-media-fix-box ul li:first-child{
    margin-top: 0px;
}
.social-media-fix-box ul li img{
    width: 25px;
    height: auto;
    transform: scale(1);
    transition: .5s;
}
.social-media-fix-box ul li:hover img{
    transform: scale(.8);
    transition: .5s;
}

/* Floorplan Developers View start */
.Floorplan-Developers-View{
    padding: 30px 0px;
}
.Floorplan-list{
    margin-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.Floorplan-list li a img{
    width: 120px;
    transform: scale(1);
    transition: .3s;
}
.Floorplan-list li a h4{
    text-align: center;
    font-size: 15px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 0;
}
.Floorplan-list li a:hover img{
    transform: scale(1.1);
    transition: .3s;
}

.floorplan-image{
    width: 100%;
    height: 300px;
    object-fit: cover;
   
}
.floorplan-box{
    margin-bottom: 30px;
}
.floorplan-box h5{
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}
.parallax-about .appear-animation {
    opacity: 1 !important;
}
/* Floorplan Developers View end */

a.all-property {
    border: none;
    width: 100%;
    line-height: 30px;
    background-color: #174873;/*#00305bcf;*//*#004683;*//*#fcc729;*/
    border-radius: 5px;
    outline: none;
    transition: .3s;
    padding: 0 10px;
}
a.all-property:hover {
    background-color: #1d69ab;/*#21b7ff;*//*#daac24;*/
    transition: .3s;
    color:white;
}

