/* Add here all your CSS customizations */
.top-bar{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    z-index:9;
    padding:12px 0;
    background-color: #c01d2e;
}
.hidden-pgallery{
	display:none ;
}
.top-bar ul{
    list-style:none;
    margin:0;
    padding:0;
}
.top-bar ul li {
    display: inline-block;
    margin-right:16px;
}
.top-bar ul li a{
    display: block;
    margin:2px 4px;
    color:#fff;
}
.top-bar ul li a:hover{
    color:#fff !important;
}
.top-bar ul li a .lnr{
    margin-right:4px;
}
.top-bar .col-sm-3 ul{
    text-align:right;
}
.slide-item{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height:100vh;
    position: relative;
    width:100%;
}
.slide-item:before{
    content:'';
    background-color: #000;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:2;
    opacity:0.4;
}
.slide-caption{
    position: absolute;
    bottom:10%;
    transform:translateY(-10%);
    left:60px;
    width:60%;
    z-index:9;
}
.slide-caption h5{
    font-size:36px;
    color:#fff;
    font-weight:600;
    margin-bottom:24px;
}
.slide-caption p{
    font-size:16px;;
    color:#fff;
    font-weight:400;
    margin-bottom:24px;
}
.slide-caption .btn-primary{
	margin-left:0;
}
.main-slider .owl-dots{
    bottom:25px;
    position: absolute;
    left:50%;
    transform:translateX(-50%);
}
html .owl-carousel:not(.mirrored) .owl-dots .owl-dot.active span {
    background-color: #c01d2e !important;
}
.btn{
    border-radius: 0;
}
.parallax-wrap{
    background-image: url('../img/files/paige-cody-bOVZ_f3fbQM-unsplash.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    height:75vh;
    background-size: cover;
    background-position: center center;
}
#pull-up{
    margin-top:-200px;
}
.parallax-wrap-2{
    background-image: url('../img/files/francesca-tosolini-tHkJAMcO3QE-unsplash.jpg');
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding:50px 0;
    position: relative;
}
.parallax-wrap-2:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0;
    background-color:#141414;
    opacity:0.75;
}
.two-cols{
    column-count: 2;
}
.fill-link{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:99;
    
}
.line-link{
    color:#c01d2e;
    font-size:14px;
    text-decoration: underline;
}
.icon-box:hover  .icon-box-icon img{
    transform:scale(1.1);
}
.icon-boxx{
    padding-top:24px;
    transition: all 0.2s ease-in;
    border:1px solid #eaeaea;
}
.icon-boxx:hover{
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    background-color: #c01d2e;
}
.icon-boxx:hover .text-color-primary:not(.no-skin), .text-primary:not(.no-skin), .icon-boxx:hover h3, .icon-boxx:hover p, .icon-boxx:hover a{
    color:#fff !important;
}
.hiamember{
    width:250px;
    margin-top:8px;
}
.slide-caption .btn{
    margin-left:24px;
}
.slide-caption .btn:first-of-type{
    margin-left:0;
}
.icon-box .icon-box-icon{
    transition: all 0.4s ease-in-out;
}
.icon-box:hover .icon-box-icon{
    transform: scale(1.1) translateX(12px);
}
#footer .btn{
    font-size:13px !important;
    font-weight:400 !important;
}
.btn-secondary{
    background-color: #6d6e72;
    color:#c01d2e;
}
.top-bar-list li:last-of-type a{
    position: relative;
    padding-left:14px;
}
.top-bar-list li:last-of-type a:before{
    content:'';
    position: absolute;
    left:-7px;
    top:5px;
    width:0.5px;
    height:75%;
    background-color: #fff;
}
.upcoming-wrapper{
    background-color: aliceblue;
    align-items: center;
}
.upcoming-wrapper .img-wrapper{
    padding:0;
}
.upcoming-wrapper .img-wrapper img{
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center;
} 
.upcoming-wrapper .upcoming-details{
    padding-top:8px;
    padding-bottom:8px;
}
.video-play{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
#quick-inquiry{
    position: fixed;
    top:50%;
    transform:translateY(-50%) rotate(-90deg);
    right:-70px;
    z-index:99;
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 1px;
}
#messenger-chat{
    position: fixed;
    bottom:10px;
    right:10px;
    font-size: 64px;
    color:#00B2FF;
    z-index:99;
}
#messenger-chat span{
    font-size:12px;
    display: block;
    color:#141414;
}
#messenger-chat span i{
    font-size:8px;
    display: none;
}
#messenger-chat{
    font-size: 64px;
    color:#006AFF;
    z-index:99;
}

.page-title{
    padding-top: 185px;
    padding-bottom: 30px;
    min-height: 300px;
}
.page-title p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.service-image-wrapper{
    max-width:550px;
    float:left;
    margin:0 60px 24px 0;
}
.who-video-wrapper{
    width:650px;
    float:left;
    margin:0 40px 24px 0;
}
.sidebar .card .card-body{
    padding:0.75rem;
}
.sidebar .card .card-body ul{
    padding-left:20px;
}
.sidebar .card .card-body ul li.current a{
    color:#c01d2e;
}
.sidebar .card .card-body ul .list-inline-item{
   margin-right:28px;
}
.radio-like{
    position: relative;
}
.radio-like:hover::before{
    background-color:#c01d2e;
    opacity:0.75;
}
.radio-like:before{
    content:'';
    width:10px;
    height:10px;
    border:1px solid #6d6e72;
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    left:-16px;
    opacity:0.5;
}
.radio-like.current:before{
    background-color: #c01d2e;
    opacity:1;
}
#show-filter{
margin:15px auto;
    padding: 3px 8px;
    border:1px solid #6d6e72;
    color:#6d6e72;
    display: none;
}
#show-filter i{
    font-size: 12px;
    margin:0;
}
.floor-plans li{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.floor-plans li p{
    margin-bottom:0;
}

.project-wrapper .card{
    background-color:#fff !important;
}
.project-wrapper .card .card-body{
    padding:1rem;
}
.inclusion-detail-wrapper{
    margin:60px 0;
    background-color: #eaeaea;
}
.inclusion-detail-wrapper .inclusion-detail{
    margin-bottom:32px;
}

.inclusion-detail-wrapper .inclusion-detail-content{
    padding:40px 30px;
}
.inclusion-list{
    list-style: none;
    padding:0;
    margin:0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inclusion-list li{
    width: calc(50% - 20px);
    margin-bottom:24px;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.inclusion-list li i{
    margin-right:24px;
    font-size:15px;
    opacity:0.6;
    color:#c01d2e;
}
.project-icons .icon-flex{
    position:relative;
}
.project-icons .icon-flex:before{
    content:'';
    position:absolute;
    top:0;
    left:-20px;
    width:1px;
    height:100%;
    z-index:3;
    background-color:#c7c4c4;
}
.project-icons .icon-flex:first-of-type:before{
    display:none;
}
.icon-flex span {
    margin-right: 4px;
}
.icon-flex .line::before {
    content: '';
    position: relative;
    background-color: black;
    width: 2px;
    height: 25px;
    bottom: 9px;
    right: 230px;
}
.house-land .project-wrapper{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.filter-title{
    font-size:18px;
    font-weight: 600;
    margin-bottom: 0;
    margin-bottom:6px;
    padding-bottom:6px;
    border-bottom:1px solid #eaeaea;
}
.has-filter{
    margin:12px 0 32px 0;
}
.house-type-filter, .select-filter{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
}
.house-type-filter .form-check{
    width:calc(33.33% - 5px);
    margin-right:0;
}
.house-type-filter .form-check label{
    width: 100%;
    text-align: center;
    background-color: #eaeaea;
    line-height: 3.75;
}
.house-type-filter .form-check label:hover, .house-type-filter .form-check label.checked, .select-filter .form-check label:hover, .select-filter .form-check label.checked{
    background-color: #c01d2e;
    color:#fff;
}
.house-type-filter .form-check label:hover, .select-filter .form-check label:hover{
    cursor: pointer;
}
.select-filter .form-check{
    flex: 1 1 0;
    margin-right:0;
}
.select-filter .form-check label{
    margin-right:4px;
    margin-left:4px;
    text-align: center;
    background-color: #eaeaea;
    line-height: 2.5;
    width: 100%;
}
#show-filter{
    display: none;
}
@media only screen and (min-width:992px){
	.slide-caption{
		transform:translateY(-10%);
	}
}
@media only screen and (max-width:600px){
    .slide-item{
        height:calc(100vh - 160px);
    }
    .top-s{
        display:none;
    }
    #header.header-floating{
        top:50px;
    }
    #slider{
        margin-top:160px;
    }
    .slide-caption{
        left:10px;
        width:95%;
    }
    .slide-caption h5{
        font-size:24px;
    }
    .slide-caption p {
        font-size: 14px;
    }
    .testimonial-author-image img{
        width:120px !important;
        display: block !important;
        margin:8px auto !important;
    }
    h2{
        font-size:18px;
    }
    .highlight-boxes .wrap-boxes > div:nth-child(3), .highlight-boxes .wrap-boxes > div:nth-child(2), .highlight-boxes .wrap-boxes > div:nth-child(1){
        padding:16px 24px;
    }
    .testimonial.testimonial-style-1 blockquote p{
        font-size:14px;
    }
    .service-image-wrapper{
        max-width:100%;
        float:none;
        margin:0 0 32px 0;
    }
    aside{
        margin-bottom:32px;
    }
    #show-filter{
        display: inline-block;
    }
    #filter-body{
        display:none;
    }
    .main-slider .owl-dots {
        bottom: 0;
        
    }
    .main-slider .btn{
        margin-bottom:6px;
    }
    .who-video-wrapper {
        width: 100%;
        float: none;
        margin: 0 0 32px 0;
    }
    .image-frame{
        margin-top:64px;
        margin-bottom:32px;
    }
	.inclusion-detail-wrapper{
        flex-direction: column;
    }
    .inclusion-detail-wrapper .inclusion-detail-images{
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: scroll;
        
    }
    .inclusion-detail-wrapper .inclusion-detail-images .inclusion-image-wrapper{
       width: 100%;
        padding:10px;
        flex:none
    }
    .inclusion-detail-wrapper .inclusion-detail-content{
        width: 100%;
    }
    .inclusion-list{
       flex-direction: column;
    }
    .inclusion-list li{
        width: calc(100% - 15px);
    }
	.inclusion-detail ul li{
		width:100% !important;
	}
}
.project-wrapper{
    position:relative;
}
.full-link{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:3;
}
.project-wrapper .card .card-body{
    padding:1rem;
    background-color:#fff;
    border-bottom:1px solid #fafafa;
}
.display {
    position:absolute;   
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
}
.display span {
    background-color: red;
    color: #fff;
    margin: 0;
    font-size: 16px;
    padding: 5px 10px;
}
.project-icons .icon-flex{
    position:relative;
}
.project-icons .icon-flex:before{
    content:'';
    position:absolute;
    top:0;
    left:-20px;
    width:1px;
    height:100%;
    z-index:3;
    background-color:#c7c4c4;
}
.project-icons .icon-flex:first-of-type:before{
    display:none;
}
.icon-flex span {
    margin-right: 4px;
}
.icon-flex .line::before {
    content: '';
    position: relative;
    background-color: black;
    width: 2px;
    height: 25px;
    bottom: 9px;
    right: 230px;
}
.parallax-wrap, #pull-up{
	display:none;
}
.page-title p{
	color:#fff;
}
.card{
	margin-bottom:32px;
}
.card .image-frame{
	height:350px;
}

.card .image-frame img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;	
}
.btn.btn-primary{
	background-color:transparent;
	border:2px solid #c01d2e;
	color:#c01d2e; 
}
.card-title{
	font-size:16px;
	font-weight:600;
}
.card-text{
	text-align:justify;
	font-size:13px;
	line-height:1.75;
}
.card .card-body{
	padding:14px 8px;
}
.call-to-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.15385em 0;
}
.form-group{
	margin-bottom:0;
}
.form-group textarea{
	height:130px !important;
}
.form-control {
    border-color: gray;
    font-size: 12px;
    font-size: 0.8rem;
    padding: 14.4px 12px;
    padding: 10px .75rem;
    height: auto !important;
    border-radius: 0;
}
.card-img-top{
	height: 250px;
    object-fit: cover;
	object-position:center;
}
.home-card .card-img-top{
	height:135px
}
.nav-tabs .nav-item.nav-link.active.show{
	background-color:#c01d2e;
	color:#fff;
}
.vid-play{
	position:absolute;
	top:20px;
	right:20px;
	font-size:28px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	color:#c01d2e;
}
.vid-play span{
	font-size:16px;
	margin-top:8px;
	text-align:center;
}
@media only screen and (min-width:1400px){
	.slide-caption{
		left:12%;
	}
}