/* utility css */
body{
    margin:0;
    padding:0;
    font-size:18px;
    font-weight: normal;
    line-height:1;
    letter-spacing: normal;
}
ul{
    list-style: none;
}
.dflex{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-around;
}
section{
    padding:50px 0;
}
.bg-transparent{
    background-color: transparent;
}
.form-group{
    display: flex;
}
input[type="search"]{
    width: 100%;
    background-color: #fff;
    outline: 0;
    border: none;
    border-radius: 4px;
    padding: 16px 14px;
    font-size: 16px;
    color: #333;
    transition: all 200ms ease-in-out;
    height: 54px;
}
.card{
    box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
    padding:20px;
    background-color: #fff;
    height:190px;
    width:auto;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 2s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
}
.card:hover{
    transform: scale(1.1);
}
.card.box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.form-card{
    box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
    padding:20px;
    background-color: #fff;
}
.btn-yellow{
    background:#e48310;
    color:#fff;
    border-radius:0;
    font-size: 16px;
    padding: 11px 25px;
    text-align: center;
    height: 54px;

}
.btn-yellow:hover{
    background-color: #fd852e;
    border-radius:0;
    color:#fff;
}
.mx-0{
    margin-top:0;
    margin-bottom: 0;
}
.on-hover-text{
    display: none;
}
.d-column{
    columns: 2;
    column-gap: 40px;
}
.d-none{
    display:none
}
.overlay-text{
    position: absolute;
    top:50%;
}
img{
    width:100%;
}
input:focus{
    outline: none;
}
.modal-body form input{
    width:100%;
    border:none;
    transition: border 0.5s ease-in-out;
}
.modal .form-group {
    position: relative;
    padding: 6px 8px;
    margin-bottom:15px;
}
.custom-form{
    padding-left: 0;
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #e0e0e0 !important;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
}
.bg-dark{
    background:rgba(0, 0, 0, 0.3);
}
.clr-fb{
    color:#4267B2 !important;
}
.clr-twitter{
    color:#1DA1F2 !important;
}
.clr-pinterest{
    color:#E60023 !important;
}
/* header */
#main-nav{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: none;
    border-radius: 0;
    z-index: 1;
}

.navbar-brand{
    width:25%;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #e48310;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
}

/* Hero Area */

.hero-area{
    background-image: url(../../image/bg-home-img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width:100%;
    height:100%;
    min-height: 500px;
    padding-top: 0;
    position: relative;
}
.hero-area::before{
    content: '';
    background:#000;
    opacity: 0.9;
    position: absolute;
    left: 0;
    top:0;
    right: 0;
    height: 100%;
    width:100%;
}
.hero-area .form-group{
    justify-content: center;
    position: relative;
    top: 250px;
}
.hero-area input[type=search]{
    width:525px;
    border-radius:0;
}
.about-banner{
    background-image: url(../../image/bg-home-img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width:100%;
    height:100%;
    min-height:300px;
    padding-top: 0;
    position: relative;
}
.about-banner::before{
    content: '';
    background:#000;
    opacity: 0.9;
    position: absolute;
    left: 0;
    top:0;
    right: 0;
    height: 100%;
    width:100%;
}
.page-title{
    text-align: center;
    color: #fff;
    position: relative;
    top: 124px;
}
.page-title h1{
    font-size: 30px;
}
.page-title h1::after{
 content: '';
    position: absolute;
    left: 43%;
    width: 14%;
    height: 1px;
    display: block;
    background: #e48311;
    margin-top: 14px;
}
/* customer area */
.customer-area{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4%;
}
.box i{
    font-size: 50px;
    padding: 0 20px;
    color: #e48310;

}

/* property listing */
section.best-project{
    margin-top:60px;
}
.property-list{
    display:flex;
    flex-wrap:wrap;
    margin:20px 0;
    justify-content: flex-start;
    box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
}
.property-content-holder{
    padding:20px 10px 60px 25px;
}
.property-image-holder{
    width:380px;
    height:auto;
}
.property-image-holder img{
    width:100%;
    height: 100%;
}
div.p-info > *{
    padding-right:50px;
}
div.p-info{
    margin-bottom: 10px;
    color:#333;
    font-weight: normal;
}
.property-details{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    font-size:14px;
    font-weight:normal;
    border-bottom: 1px solid #ebebeb;
}
.property-details p{
    padding:7px;
    color:#666;
}
.contact-details{
    float: right;
    vertical-align: bottom;
    /* position: relative;
    top: 35%; */
    margin-top:25px;
} 
.loctaion span{
    font-size:14px;
    color:#777;
}
.loctaion span i.fas, .price-details{
    color:#e48310;
}
.possession-start-time{
    margin-top:10px;
    font-size: 12px;
    color:#666;
    border-radius: 12px;
    border: solid 1px #f4f4f4;
    background-color: #eee;
    padding: 3px 10px;
}
.builders-details p{
    font-size: 16px;
    color: #555;
    opacity: .5;
    cursor:pointer;
}
.builders-details p:hover{
    opacity:1;
    text-decoration:underline;
}
.contact-details a:first-child{
    margin-right: 10px;
    padding: 8px;
    font-size: 16px;
    color: #f58220;
    cursor: pointer;
}
.contact-details a.btn-yellow{
    font-size: 16px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.image-and-content-holder{
    position: relative;
    color:#fff;
}
.address li i{
    padding:0 10px;
    color:#e48310;
}
.address li a{
    color:#3e3e3e;
}
.address li{
    padding:10px 0;
}
.address li:first-of-type{
    padding:0;
}
.contact-us ul.social-icons li a {
    border: 1px solid #e48310;
    padding: 10px;
    color:#3e3e3e;
}

#footer{
    background-image: url(../../image/properties/lotus-court.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    padding:60px 0 0 0;
    font-size:14px;
    color:#c1c1c1;
    font-weight:normal;
    position: relative;
}
#footer::before{
    content: '';
    background:#000;
    opacity: 0.9;
    position: absolute;
    left: 0;
    top:0;
    right: 0;
    height: 100%;
    width:100%;
}
.footer-logo{
    width:65%;
}
#footer li{
    margin-top: 13px;
    margin-bottom: 13px;
}
#footer .footer-title{
    color:#e48310;
    text-decoration: underline;
}
#footer li>h3{
    font-size:16px;
    text-transform: capitalize;
    font-weight: 400;
    padding-bottom: 5px;

}
#footer li>a{
    color:#c1c1c1;
}
#footer li>a:hover{
    color:#f58220;
}
#footer ul.contact-info li i{
    padding-right: 10px;
}
 ul.social-icons{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
 ul.social-icons li{
    margin:10px 20px;
}
 ul.social-icons li:first-of-type{
    margin-left: 0;
}
 ul.social-icons li a{
    border:1px solid #fff;
    padding:10px;

}
.footer-bottom{
    margin:30px 0 0 0;
    padding-bottom: 30px;
    position: relative;
}
.footer-bottom p{
    padding:20px 0;
}
.footer-bottom::before{
    content:'';
    position: absolute;
    top: 0;
    left:64px;
    background:#e48310;
    height: 1px;
    width: 90%;
    margin-bottom: 20px;
}

/* modal */
.enquiry-form button.btn-yellow{
    height: auto;
    width: 75%;
    margin: 0 auto;
    display: block;
}

input.custom-form:focus{
    border-bottom: 1px solid #e48310 !important;
}
/* responsive */
@media (min-width: 769px){
    .enquiry-form {
        margin: 20px auto 0;
        max-width: 510px;
    }
}
